Skip to content

Commit b3e4a07

Browse files
committed
Fix typos
1 parent fa33867 commit b3e4a07

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

contracts/reflect/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,5 +72,5 @@ And [Importing](./Importing.md) contains information about pulling in other
7272
contracts or crates that have been published.
7373

7474
Please replace this README file with information about your specific project.
75-
You can keep the `Developing.md` and `Publishing.md` files as useful referenced,
75+
You can keep the `Developing.md` and `Publishing.md` files as useful references,
7676
but please set some proper description in the README.

packages/vm/src/cache.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ where
347347

348348
/// Pins a Module that was previously stored via [`Cache::store_code`].
349349
///
350-
/// The module is lookup first in the file system cache. If not found,
350+
/// The module is looked up first in the file system cache. If not found,
351351
/// the code is loaded from the file system, compiled, and stored into the
352352
/// pinned cache.
353353
///

0 commit comments

Comments
 (0)