Skip to content

Commit af20153

Browse files
committed
Minor grammar fix
1 parent b183361 commit af20153

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/docs/LibClang.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ changes can happen in the following situations:
378378
* Adding new enumerator to an enumeration (can be ABI-breaking in C++).
379379
* Removing an explicitly deprecated API after a suitably long deprecation
380380
period.
381-
* Uses of implementation details, such as names or comments that say something
381+
* Using implementation details, such as names or comments that say something
382382
is "private", "reserved", "internal", etc.
383383

384384
The library has version macros (``CINDEX_VERSION_MAJOR``,

0 commit comments

Comments
 (0)