Skip to content

Commit

Permalink
Fix typo is BRAA aspect composition
Browse files Browse the repository at this point in the history
  • Loading branch information
dharmab committed Nov 24, 2024
1 parent 378bf41 commit 0c446aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/composer/braa.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ func (c *composer) ComposeBRAA(braa brevity.BRAA, declaration brevity.Declaratio
brevity.Clean,
}, declaration)
if isAspectKnown {
aspect := fmt.Sprintf(", aspect %s", braa.Aspect())
aspect := fmt.Sprintf(", %s", braa.Aspect())
resp.Speech += aspect
resp.Subtitle += aspect
}
Expand Down

0 comments on commit 0c446aa

Please sign in to comment.