We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 580962c commit 7d5e9f9Copy full SHA for 7d5e9f9
source/basic/string/README.md
@@ -215,7 +215,7 @@ Unicodeでは1文字を表すのに使う最小限のビットの組み合わせ
215
216
次のコードは、文字列を構成するCode Unitをhex値(16進数)にして表示する例です。
217
`String#charCodeAt`メソッドは、文字列の指定インデックスのCode Unitを整数として返します。
218
-そのCode Unitの整数値を`String#toString`メソッドでhex値(16進数)にしています。
+そのCode Unitの整数値を`Number#toString`メソッドでhex値(16進数)にしています。
219
220
{{book.console}}
221
```js
0 commit comments