Skip to content

Commit 4cbf827

Browse files
authored
try to make the lint bot happy lol
1 parent 1cac6a6 commit 4cbf827

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ For discussions of this library see:
1515
- [Discourse for discussion of scope](https://discourse.bemanproject.org/t/scope-library/315)
1616
# Prior And Other Work
1717
## Papers
18-
- TS design and wording paper [p0052 - Generic Scope Guard and RAII Wrapper for the Standard Library](https://wg21.link/p0052)
18+
- TS design and wording paper [p0052 - Generic Scope Guard and RAII Wrapper for the Standard Library](https://wg21.link/p0052)
1919
- TS adoption paper [p1411 - Please reconsider <scope> for C++20](https://wg21.link/p1411)
2020
- [N3677 A Proposal to Add additional RAII Wrappers to the Standard Library](https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2013/n3677.html)
2121
- [N4152 uncaught_exceptions - Sutter](https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2014/n4152.pdf)
2222

2323
## Implementations
24-
- [GSL final_action](https://github.com/microsoft/GSL/blob/main/include/gsl/util) - part of core guidelins
24+
- [GSL final_action](https://github.com/microsoft/GSL/blob/main/include/gsl/util) - part of core guidelines
2525
- [Boost.scope](https://www.boost.org/doc/libs/1_87_0/libs/scope/doc/html/index.html)
2626
- [scope_guard based on Andrei Alexandrescu and Petru Marginean article](https://ricab.github.io/scope_guard)
2727

@@ -52,7 +52,6 @@ Full runnable examples can be found in `examples/`.
5252
## Building beman.scope
5353

5454
### Dependencies
55-
<!-- TODO Darius: rewrite section!-->
5655

5756
This project has no C or C++ dependencies.
5857

0 commit comments

Comments
 (0)