Skip to content

Commit 186ef09

Browse files
authored
Merge pull request #156 from jfeliu007/issue-146
issue-146 - Fix Typo
2 parents bd49077 + 8a7ec84 commit 186ef09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/goplantuml/main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ func getLegend(ro map[goplantuml.RenderingOption]interface{}) (string, error) {
182182
case goplantuml.RenderMethods:
183183
result = fmt.Sprintf("%sRender Methods: %t\n", result, val.(bool))
184184
case goplantuml.AggregatePrivateMembers:
185-
result = fmt.Sprintf("%sPritave Aggregations: %t\n", result, val.(bool))
185+
result = fmt.Sprintf("%sPrivate Aggregations: %t\n", result, val.(bool))
186186
}
187187
}
188188
return strings.TrimSpace(result), nil

0 commit comments

Comments
 (0)