Skip to content

Commit 9a9e958

Browse files
author
Andrew Pardoe
committed
Manually fixed PR #657
1 parent f43e132 commit 9a9e958

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CppCoreGuidelines.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -654,7 +654,7 @@ Also, it is implicit that `f2()` is supposed to `delete` its argument (or did th
654654
The standard library resource management pointers fail to pass the size when they point to an object:
655655

656656
// separately compiled, possibly dynamically loaded
657-
// NB: this assumes the calling code is A BI-compatible, using a
657+
// NB: this assumes the calling code is ABI-compatible, using a
658658
// compatible C++ compiler and the same stdlib implementation
659659
extern void f3(unique_ptr<int[]>, int n);
660660

0 commit comments

Comments
 (0)