Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
VSadov committed Mar 14, 2017
1 parent bb0c309 commit d3ed86f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proposals/span-safety.md
Original file line number Diff line number Diff line change
Expand Up @@ -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. ##

Expand Down

0 comments on commit d3ed86f

Please sign in to comment.