Skip to content

Commit

Permalink
must not -> does not need to
Browse files Browse the repository at this point in the history
  • Loading branch information
turbolent committed Jul 29, 2020
1 parent aba20b1 commit d2f752f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/language.md
Original file line number Diff line number Diff line change
Expand Up @@ -5590,7 +5590,7 @@ to all its stored objects.
The type `T` must be a supertype of the type of the loaded object.
If it is not, the function returns `nil`.
The given type must not necessarily be exactly the same as the type of the loaded object.
The given type does not necessarily need to be exactly the same as the type of the loaded object.
The path must be a storage path, i.e., only the domain `storage` is allowed.
Expand Down Expand Up @@ -5711,7 +5711,7 @@ This is possible using the `borrow` function of an `AuthAccount`:
The type argument must be a reference to any type (`&Any`; `Any` is the supertype of all types).
It must be possible to create the given reference type `T` for the stored / borrowed object.
If it is not, the function returns `nil`.
The given type must not necessarily be exactly the same as the type of the borrowed object.
The given type does not necessarily need to be exactly the same as the type of the borrowed object.

The path must be a storage path, i.e., only the domain `storage` is allowed.

Expand Down

0 comments on commit d2f752f

Please sign in to comment.