Skip to content

Commit

Permalink
Merge pull request #156 from jfeliu007/issue-146
Browse files Browse the repository at this point in the history
issue-146 - Fix Typo
  • Loading branch information
jfeliu007 authored May 16, 2023
2 parents bd49077 + 8a7ec84 commit 186ef09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/goplantuml/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ func getLegend(ro map[goplantuml.RenderingOption]interface{}) (string, error) {
case goplantuml.RenderMethods:
result = fmt.Sprintf("%sRender Methods: %t\n", result, val.(bool))
case goplantuml.AggregatePrivateMembers:
result = fmt.Sprintf("%sPritave Aggregations: %t\n", result, val.(bool))
result = fmt.Sprintf("%sPrivate Aggregations: %t\n", result, val.(bool))
}
}
return strings.TrimSpace(result), nil
Expand Down

0 comments on commit 186ef09

Please sign in to comment.