Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
lerno committed Jun 29, 2024
1 parent 29acc89 commit b1e665b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/docs/references/docs/expressions.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ The result of an embed work similar to a string literal and can implicitly conve

It's possible to limit the length of included with the optional second parameter.

char[4] my_data = $embed("foo.txt", 4];
char[4] my_data = $embed("foo.txt", 4);

##### Failure to load at compile time and defaults

Expand Down

0 comments on commit b1e665b

Please sign in to comment.