Skip to content

Commit 3edc917

Browse files
committed
nit
1 parent 8559ba1 commit 3edc917

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/doc/trpl/rust-inside-other-languages.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,8 @@ build deps examples libembed.so native
200200
```
201201
202202
That `libembed.so` is our ‘shared object’ library. We can use this file
203-
just like any shared object library written in C!
203+
just like any shared object library written in C! As an aside, this may be
204+
`libembed.dll` or `libembed.dylib`, depending on the platform.
204205
205206
Now that we’ve got our Rust library built, let’s use it from our Ruby.
206207

0 commit comments

Comments
 (0)