Skip to content

Commit 1580297

Browse files
es-kumagaiamartini51
authored andcommitted
Fix the first letter of a function name.
1 parent f4ed12b commit 1580297

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TSPL.docc/LanguageGuide/Macros.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -588,7 +588,7 @@ In the example above,
588588
the first `guard` block extracts the string literal from the AST,
589589
assigning that AST element to `literalSegment`.
590590
The second `guard` block
591-
calls the private `FourCharacterCode(for:)` function.
591+
calls the private `fourCharacterCode(for:)` function.
592592
Both of these blocks throw an error if the macro is used incorrectly ---
593593
the error message becomes a compiler error
594594
at the malformed call site.

0 commit comments

Comments
 (0)