We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4082f4 commit ff96448Copy full SHA for ff96448
books/RayTracingInOneWeekend.html
@@ -1141,7 +1141,7 @@
1141
`std::vector` is included with the `<vector>` header.
1142
1143
Finally, the `using` statements in listing [hittable-list-initial] tell the compiler that we'll be
1144
-getting `shared_ptr` and `make_shared` from the `std` library, so we don't need to prefex these with
+getting `shared_ptr` and `make_shared` from the `std` library, so we don't need to prefix these with
1145
`std::` every time we reference them.
1146
1147
0 commit comments