From: Hajime Hoshi Date: Sun, 2 Jun 2019 16:52:50 +0000 (+0900) Subject: syscall/js: fix comments X-Git-Tag: go1.13beta1~159 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=ce656af9b5d9acb817b4de5170a11a2c42ad2047;p=gostls13.git 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/+/180097 Reviewed-by: Richard Musiol --- diff --git a/src/syscall/js/js.go b/src/syscall/js/js.go index ee7fbe1aed..7300d2c769 100644 --- a/src/syscall/js/js.go +++ b/src/syscall/js/js.go @@ -105,7 +105,6 @@ func Global() Value { // | Go | JavaScript | // | ---------------------- | ---------------------- | // | js.Value | [its value] | -// | js.TypedArray | typed array | // | js.Func | function | // | nil | null | // | bool | boolean |