Skip to content

Commit 534349c

Browse files
committed
Fix typo.
1 parent 5fa8056 commit 534349c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text/3348-c-str-literal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ Interactions with string related macros:
105105
# Prior art
106106
[prior-art]: #prior-art
107107

108-
- C as C string literals (`"…"`). :)
108+
- C has C string literals (`"…"`). :)
109109
- Nim has `cstring"…"`.
110110
- COBOL has `Z"…"`.
111111
- Probably a lot more languages, but it's hard to search for. :)

0 commit comments

Comments
 (0)