From 9cfbe9eac9eef9a8daef8d8770250a4fe0f342fc Mon Sep 17 00:00:00 2001 From: pascal754 <45612663+pascal754@users.noreply.github.com> Date: Fri, 29 Aug 2025 01:25:53 +0900 Subject: [PATCH] Fix a typo in README.md (#5994) --- docs/design/safety/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/design/safety/README.md b/docs/design/safety/README.md index 498fa7de7eef..652eb0f7b832 100644 --- a/docs/design/safety/README.md +++ b/docs/design/safety/README.md @@ -121,7 +121,7 @@ expressivity is available at that finer granularity through explicitly marking > **Future work**: Define how to mark `import`s of permissive libraries in > various contexts, balancing ergonomic burden against the potential for -> surprising amounts af unsafety in dependencies. +> surprising amounts of unsafety in dependencies. ## Memory safety model