Skip to content

Commit 45111b1

Browse files
committed
Correct JavaScript spelling
1 parent e329146 commit 45111b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2015-04-24-Rust-Once-Run-Everywhere.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ behalf, making the transition that much cheaper.
268268
Up to now we've seen how FFI in Rust has zero overhead and how we can use Rust's
269269
concept of ownership to write safe bindings to C libraries. If you're not using
270270
C, however, you're still in luck! These features of Rust enable it to also be
271-
called from [Python][py2rust], [Ruby][rb2rust], [Javascript][js2rust], and many
271+
called from [Python][py2rust], [Ruby][rb2rust], [JavaScript][js2rust], and many
272272
more languages.
273273
274274
[py2rust]: https://github.com/alexcrichton/rust-ffi-examples/tree/master/python-to-rust

0 commit comments

Comments
 (0)