We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f501d79 commit ed0b963Copy full SHA for ed0b963
source/_posts/LSP2.md
@@ -42,7 +42,7 @@ tags: [LSP, VS Code, 语言服务器协议]
42
43
1. 前 7 个字母涂成红色;后三个字母涂成蓝色 `console.log` -> <font color="red">console</font>.<font color="blue">log</font>
44
2. 鼠标悬停到后三个字母的位置,提示 `Prints to stdout with newline.`
45
-3. 调用此函数时,校验实际参数的数量、类型是否与函数签名相符、返回值类型是否正确
+3. 校验实际参数的数量、类型是否与函数签名相符、返回值类型是否正确
46
4. ...
47
48
而这些都是和编译器完全无关的事情。
0 commit comments