Obsolete question marks

This commit is contained in:
Thibault Kruse 2015-09-26 15:32:31 +02:00
parent 452f587a4d
commit 78b66f4eae

View File

@ -9797,7 +9797,7 @@ Similar for `Vector<string>::sort()`.
Unless those two functions are called that's code bloat.
Imagine what this would do to a class hierarchy with dozens of member functions and dozens of derived classes with many instantiations.
**Note**: In many cases you can provide a stable interface by not parameterizing a base; see [???](#Rt-abi).
**Note**: In many cases you can provide a stable interface by not parameterizing a base; see [Rule](#Rt-abi).
**Enforcement**: