From a82b1944e7f50177a74c2a02c2ad70e64a058af5 Mon Sep 17 00:00:00 2001 From: Reinier Maas Date: Fri, 6 Dec 2024 00:35:41 +0100 Subject: [PATCH] Update 0003-pointer-arithmentic.md --- doc/src/challenges/0003-pointer-arithmentic.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/challenges/0003-pointer-arithmentic.md b/doc/src/challenges/0003-pointer-arithmentic.md index 902d3a7f55752..b85c4f45e1a78 100644 --- a/doc/src/challenges/0003-pointer-arithmentic.md +++ b/doc/src/challenges/0003-pointer-arithmentic.md @@ -88,7 +88,7 @@ At least 3 of the following usages were proven safe: | Function | Location | |-------------------|---------------| -| \[u8\]::is_asc_ii | core::slice | +| \[u8\]::is_ascii | core::slice | | String::remove | alloc::string | | Vec::swap_remove | alloc::vec | | Option::as_slice | core::option |