Skip to content

Commit

Permalink
Update doc/src/challenges/0003-pointer-arithmentic.md
Browse files Browse the repository at this point in the history
Co-authored-by: Zyad Hassan <[email protected]>
  • Loading branch information
celinval and zhassan-aws authored Jun 25, 2024
1 parent 5d5fa0b commit fbac065
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/src/challenges/0003-pointer-arithmentic.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ raw pointer access.

Raw pointer arithmetic is a common operation employed in the implementation of highly optimized code,
as well as containers with dynamic size.
Examples of the former are `str::repeat`, `[u8]::is_asc_ii`,
Examples of the former are `str::repeat`, `[u8]::is_ascii`,
while for the latter we have `Vec`, `VecDeque`, `HashMap`.

These unsafe operations are usually abstracted from the end user with the usage of
Expand Down

0 comments on commit fbac065

Please sign in to comment.