Commit fa8dd2662c8d88f5196df573933e1d8f36a3da35
1 parent
783d591f
Fix typo
Showing
1 changed file
with
1 additions
and
1 deletions
README-maintainer.md
| @@ -886,7 +886,7 @@ still things that could potentially break ABI, such as | @@ -886,7 +886,7 @@ still things that could potentially break ABI, such as | ||
| 886 | * Changes to the types of public or protected data members without | 886 | * Changes to the types of public or protected data members without |
| 887 | changing the size | 887 | changing the size |
| 888 | 888 | ||
| 889 | -* Changes to the meanings of parameters with changing the signature | 889 | +* Changes to the meanings of parameters without changing the signature |
| 890 | 890 | ||
| 891 | Not breaking ABI/API still requires care. | 891 | Not breaking ABI/API still requires care. |
| 892 | 892 |