Skip to content

Commit ff96448

Browse files
JC-ProgJavahollasch
authored andcommitted
Update RayTracingInOneWeekend.html
1 parent f4082f4 commit ff96448

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

books/RayTracingInOneWeekend.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1141,7 +1141,7 @@
11411141
`std::vector` is included with the `<vector>` header.
11421142

11431143
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
1144+
getting `shared_ptr` and `make_shared` from the `std` library, so we don't need to prefix these with
11451145
`std::` every time we reference them.
11461146

11471147

0 commit comments

Comments
 (0)