Skip to content

Commit 823ee86

Browse files
authored
typo fix
principal -> principle
1 parent 78998dd commit 823ee86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2018-12-06-reflecting-on-rust-and-wasm-in-2018.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Rust 2018 shipped.
3838
### Goal: ☑ Zero-Cost JavaScript Interoperation
3939

4040
Rust enables fast *and* expressive code by leveraging zero-cost abstractions. We
41-
wanted to apply this principal to our whole JS interop infrastructure. Yes, you
41+
wanted to apply this principle to our whole JS interop infrastructure. Yes, you
4242
can write your own boilerplate to pass DOM nodes to Rust-generated wasm, but you
4343
shouldn't have to, and the provided infrastructure should be as fast as if you
4444
*did* hand-code it. If you call IndexedDB APIs, that shouldn't bloat your

0 commit comments

Comments
 (0)