Skip to content

Commit

Permalink
Merge pull request oracle#122 from hpi-swa-lab/feature/103-rename-exa…
Browse files Browse the repository at this point in the history
…mple-plural

Rename example to its plural in DSL head
  • Loading branch information
jonashering authored Feb 5, 2020
2 parents 6901740 + 85c6a89 commit cbd6920
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ private String buildExampleStringFromArgs(Boolean functionAlreadyHasExamples, in
StringBuilder builder = new StringBuilder();

if (!functionAlreadyHasExamples) {
builder.append("/* Example\n");
builder.append("/* Examples\n");
}
builder.append(" * <Example");

Expand Down

0 comments on commit cbd6920

Please sign in to comment.