File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -72,5 +72,5 @@ And [Importing](./Importing.md) contains information about pulling in other
72
72
contracts or crates that have been published.
73
73
74
74
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 ,
76
76
but please set some proper description in the README.
Original file line number Diff line number Diff line change @@ -347,7 +347,7 @@ where
347
347
348
348
/// Pins a Module that was previously stored via [`Cache::store_code`].
349
349
///
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,
351
351
/// the code is loaded from the file system, compiled, and stored into the
352
352
/// pinned cache.
353
353
///
You can’t perform that action at this time.
0 commit comments