We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c60b528 commit a6221d1Copy full SHA for a6221d1
src/ch05-05-overload.md
@@ -75,7 +75,7 @@ $ fpm run
75
"hello,world"
76
```
77
- 运算符重载有时候会写出比较含糊的代码,建议要谨慎使用。
78
-- 不可以对运算符二次重载,例如我们无法对整数的加法进行再进行重载
+- 不可以对运算符二次重载,例如我们无法对整数的加法再进行重载
79
80
## 自定义运算符
81
0 commit comments