Skip to content

Commit 8ae340a

Browse files
committed
Note that Rust can be embedded.
1 parent 61e8268 commit 8ae340a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ and functions defined in it. If it has a `main` function, it can be
149149
compiled to an executable. Rust does not allow code that's not a
150150
declaration to appear at the top level of the file: all statements must
151151
live inside a function. Rust programs can also be compiled as
152-
libraries, and included in other programs.
152+
libraries, and included in other programs, even ones not written in Rust.
153153

154154
## Editing Rust code
155155

0 commit comments

Comments
 (0)