mirror of
https://github.com/vlang/v.git
synced 2025-09-18 11:56:57 -04:00
docs: fix embeded -> embedded typo in docs.md (#21068)
This commit is contained in:
parent
e6b43a166e
commit
0b573c5943
@ -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.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user