R.1: Fix finally link

This commit is contained in:
Artem Golubikhin 2017-09-18 19:50:36 +03:00 committed by GitHub
parent 6574f05356
commit f77fa1ad40

View File

@ -8682,7 +8682,7 @@ What is `Port`? A handy wrapper that encapsulates the resource:
##### Note ##### Note
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) 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)
**See also**: [RAII](#Rr-raii). **See also**: [RAII](#Rr-raii).