From d3ed86f6dac234e0ad7f1af7948c51da76aa2e38 Mon Sep 17 00:00:00 2001 From: Vladimir Sadov Date: Tue, 14 Mar 2017 13:57:44 -0700 Subject: [PATCH] typo --- proposals/span-safety.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proposals/span-safety.md b/proposals/span-safety.md index f9d1a720a01..ceeeff0d86a 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. ##