Skip to content

Commit 2d192b2

Browse files
committed
doc: add missing '
1 parent ed543dd commit 2d192b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

images-doc/images/scribblings/icons.scrbl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ As a first approximation, an icon is just a small @racket[bitmap%], usually with
4343
But an icon also communicates.
4444
Its shape and color are a visual metaphor for an action or a message.
4545
Icons should be @bold{easily recognizable}, @bold{distinguishable}, @bold{visually consistent}, and @bold{metaphorically appropriate} for the actions and messages they are used with.
46-
It can be difficult to meet all four requirements at once (``distinguishable'' and ``visually consistent' are often at odds), but good examples, good abstractions, and an existing icon library help considerably.
46+
It can be difficult to meet all four requirements at once (``distinguishable'' and ``visually consistent'' are often at odds), but good examples, good abstractions, and an existing icon library help considerably.
4747

4848
@(define (hash-quote) (hash-quote-icon #:color macro-stepper-hash-color #:height 16))
4949
@(define (step) (step-icon #:color syntax-icon-color #:height 16))

0 commit comments

Comments
 (0)