Skip to content

Commit

Permalink
docs: fix embeded -> embedded typo in docs.md (vlang#21068)
Browse files Browse the repository at this point in the history
  • Loading branch information
eltociear authored Mar 20, 2024
1 parent e6b43a1 commit 0b573c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -5703,7 +5703,7 @@ print($embed_file(@FILE).to_string())
> [!NOTE]
> you can have arbitrary source code in the file, without problems, since the full file
> will be embeded into the executable, produced by compiling it. Also note that printing
> will be embedded into the executable, produced by compiling it. Also note that printing
> is done with `print` and not `println`, to not add another new line, missing in the
> source code.
Expand Down

0 comments on commit 0b573c5

Please sign in to comment.