Commit ce656af9 authored by Hajime Hoshi's avatar Hajime Hoshi Committed by Richard Musiol

syscall/js: fix comments

As js.TypedArray no longer exists, the comment should be updated.

Change-Id: Idd1087c8007afc90307fdd965f28d3be8d8cd73e
Reviewed-on: https://go-review.googlesource.com/c/go/+/180097Reviewed-by: default avatarRichard Musiol <neelance@gmail.com>
parent ee46250e
......@@ -105,7 +105,6 @@ func Global() Value {
// | Go | JavaScript |
// | ---------------------- | ---------------------- |
// | js.Value | [its value] |
// | js.TypedArray | typed array |
// | js.Func | function |
// | nil | null |
// | bool | boolean |
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment