Skip to content

Commit

Permalink
Polish
Browse files Browse the repository at this point in the history
  • Loading branch information
jkschneider committed Feb 26, 2025
1 parent 53aed25 commit d0e4be5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions rewrite-core/src/main/java/org/openrewrite/Recipe.java
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ public List<Recipe> getRecipeList() {
}

/**
* Used to build up a recipe recipes programmatically. Using the
* Used to build up a recipe list programmatically. Using the
* methods on {@link RecipeList}, the appearance of a recipe
* that chains other recipes with options will be not strikingly
* different from defining it in a recipe.yml.
Expand All @@ -351,11 +351,11 @@ public List<Recipe> getRecipeList() {
* since these assistants are primarily optimized for providing completion
* assistance in a single file.
* <p>
* When creating a recipe with a fixed recipe recipes, either override
* When creating a recipe with a fixed recipe list, either override
* this method or {@link #getRecipeList()} but ideally not
* both, as their default implementations are interconnected.
*
* @param recipes A recipe recipes used to build up a series of recipes
* @param recipes A recipe list used to build up a series of recipes
* in code in a way that looks fairly declarative and
* therefore is more amenable to AI code completion.
*/
Expand Down

0 comments on commit d0e4be5

Please sign in to comment.