From 0b573c5943a40b55eccecd0aec0bd7c7df4cf5ea Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Thu, 21 Mar 2024 07:18:27 +0900 Subject: [PATCH] docs: fix embeded -> embedded typo in docs.md (#21068) --- doc/docs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/docs.md b/doc/docs.md index f65e014b23..b247d54b5b 100644 --- a/doc/docs.md +++ b/doc/docs.md @@ -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.