Skip to content

Commit

Permalink
Fix $exec example.
Browse files Browse the repository at this point in the history
  • Loading branch information
lerno committed Nov 9, 2024
1 parent 9a449d0 commit 408df8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/docs/Language Fundamentals/modules.md
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ An example:
import std::io;
// On Linux or MacOS this will insert 'String a = "Hello world!";'
$exec("echo", "String a = \\\"Hello world!\\\"\\;");
$exec("echo", { "String a = \\\"Hello world!\\\"\\;" });
fn void main()
{
Expand Down

0 comments on commit 408df8e

Please sign in to comment.