We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1fd944 commit 900f36fCopy full SHA for 900f36f
src/doc/trpl/rust-inside-other-languages.md
@@ -177,7 +177,8 @@ build deps examples libembed.so native
177
178
That `libembed.so` is our ‘shared object’ library. We can use this file
179
just like any shared object library written in C! As an aside, this may be
180
-`embed.dll` or `libembed.dylib`, depending on the platform.
+`embed.dll` (Microsoft Windows) or `libembed.dylib` (Mac OS X), depending on
181
+your operating system.
182
183
Now that we’ve got our Rust library built, let’s use it from our Ruby.
184
0 commit comments