docs: fix embeded -> embedded typo in docs.md (#21068)

This commit is contained in:
Ikko Eltociear Ashimine 2024-03-21 07:18:27 +09:00 committed by GitHub
parent e6b43a166e
commit 0b573c5943
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.