Skip to content

Commit 04cd9a5

Browse files
Passwtkruse
authored andcommitted
fix typo
1 parent d084dce commit 04cd9a5

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)