Skip to content

Commit

Permalink
issue-146 - fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jfeliu007 committed May 16, 2023
1 parent bd49077 commit 8a7ec84
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 8a7ec84

Please sign in to comment.