summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index a02aa9b11..2c81c8389 100644
--- a/README.md
+++ b/README.md
@@ -22,7 +22,7 @@ Window [![Windows](https://ci.appveyor.com/api/projects/status/cc7nd82n34xo4nym/
* File system and network access can be controlled in order to run sandboxed
code. Defaults to read-only file system access and no network access.
- Access between V8 (unprivileged) and Golang (privileged) is only done via
+ Access between V8 (unprivileged) and Rust (privileged) is only done via
serialized messages defined in this
[flatbuffer](https://github.com/denoland/deno/blob/master/src/msg.fbs). This makes it
easy to audit.