Skip to content

Commit f77fa1a

Browse files
R.1: Fix finally link
1 parent 6574f05 commit f77fa1a

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
@@ -8682,7 +8682,7 @@ What is `Port`? A handy wrapper that encapsulates the resource:
86828682

86838683
##### Note
86848684

8685-
Where a resource is "ill-behaved" in that it isn't represented as a class with a destructor, wrap it in a class or use [`finally`](#S-gsl)
8685+
Where a resource is "ill-behaved" in that it isn't represented as a class with a destructor, wrap it in a class or use [`finally`](#Re-finally)
86868686

86878687
**See also**: [RAII](#Rr-raii).
86888688

0 commit comments

Comments
 (0)