Skip to content

Commit

Permalink
chore: fix typo ch04-05-modules-and-imports.md
Browse files Browse the repository at this point in the history
polish sentence and fix typo
  • Loading branch information
osrm authored Aug 2, 2024
1 parent 4f869bf commit e6e9f12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions book/src/ch04-05-modules-and-imports.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ module 0x1::SimpleMath {

This SimpleMath module provides two functions, add and subtract, which can be used by other parts of your Move application.

## Importing from Modules
## Importing Modules

To use the functionality defined in a module, you must import it. This can be done in scripts or other modules.

Expand Down Expand Up @@ -104,7 +104,7 @@ module user_manager_addr::UserManager {
}
```

Here we're using a named address.
Here we use a named address.

For Aptos, in your `Move.toml` file, under `[addresses]` you would add:

Expand Down

0 comments on commit e6e9f12

Please sign in to comment.