summaryrefslogtreecommitdiff
path: root/cli/msg.fbs
diff options
context:
space:
mode:
Diffstat (limited to 'cli/msg.fbs')
-rw-r--r--cli/msg.fbs2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/msg.fbs b/cli/msg.fbs
index e6b860908..45f940f7d 100644
--- a/cli/msg.fbs
+++ b/cli/msg.fbs
@@ -388,7 +388,7 @@ table OpenRes {
table Read {
rid: uint32;
- // (ptr, len) is passed as second parameter to libdeno.send().
+ // (ptr, len) is passed as second parameter to Deno.core.send().
}
table ReadRes {