diff --git a/proposals/span-safety.md b/proposals/span-safety.md index f9d1a720a0..ceeeff0d86 100644 --- a/proposals/span-safety.md +++ b/proposals/span-safety.md @@ -74,7 +74,7 @@ Another way to look at this is that writeable references to a ref-like variable - ref-like types must be readonly. -This is basically follows from the previous "only pass by read-only references" rule when applied to "this" inside members of ref-like types. +This basically follows from the previous "only pass by read-only references" rule when applied to "this" inside members of ref-like types. ## not all `ref-like` variables are safe to return. ##