Skip to content

Commit 7ba2eff

Browse files
authored
Fix typo.
1 parent 2ebafca commit 7ba2eff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ReadMe.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ int result = Add(a, b);
442442
error C2782: 'T _1_2_2::Add(T,T)' : template parameter 'T' is ambiguous
443443
```
444444

445-
好吧,"ambigous",这个提示再明确不过了。
445+
好吧,"ambiguous",这个提示再明确不过了。
446446

447447
不过,只要你别逼得编译器精神分裂的话,编译器其实是非常聪明的,它可以从很多的蛛丝马迹中,猜测到你真正的意图,有如下面的例子:
448448

0 commit comments

Comments
 (0)