[llvm] [llvm] Proofread ProgrammersManual.rst (PR #150787)

Tim Gymnich via llvm-commits llvm-commits at lists.llvm.org
Sat Jul 26 14:52:05 PDT 2025


================
@@ -1603,18 +1603,18 @@ to keep ``sizeof(SmallVector<T>)`` around 64 bytes).
 SmallVector also provides a nice portable and efficient replacement for
 ``alloca``.
 
-SmallVector has grown a few other minor advantages over std::vector, causing
+SmallVector has grown a few other minor advantages over ``std::vector``, causing
----------------
tgymnich wrote:

```suggestion
``SmallVector`` has grown a few other minor advantages over ``std::vector``, causing
```
is this missing the ``?

https://github.com/llvm/llvm-project/pull/150787


More information about the llvm-commits mailing list