Skip to content

Commit 3d61bef

Browse files
committed
fix: fix typo
1 parent 5f5cd53 commit 3d61bef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/cpp/language/functions/function.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1196,7 +1196,7 @@ In case of ambiguity between a variable declaration using the direct-initializat
11961196
11971197
## Keywords
11981198
1199-
<DocLink dest="/cpp/language/keywords/default">default</DocLink>, <DocLink dest="/cpp/language/keywords/delete">delete</DocLink>, <DocLink dest="/cpp/language/keywords/pre">>pre</DocLink>, <DocLink dest="/cpp/language/keywords/post">>post</DocLink>
1199+
<DocLink dest="/cpp/language/keywords/default">default</DocLink>, <DocLink dest="/cpp/language/keywords/delete">delete</DocLink>, <DocLink dest="/cpp/language/keywords/pre">pre</DocLink>, <DocLink dest="/cpp/language/keywords/post">post</DocLink>
12001200
12011201
## Example
12021202

0 commit comments

Comments
 (0)