Skip to content

Commit 9b45e45

Browse files
authored
Try to fix tipbox in Modules (#912)
1 parent f5821f3 commit 9b45e45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/modules.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ then
108108

109109
The name of the module follows the same rule as module created from a file: Stem of the directory name, i.e., the directory name, is used as the module name. Again, you could do this as a two-step action using `module` and `use` separately, as explained in the previous section.
110110

111-
:::tip You can define `main` command inside `mod.nu` to create a command named after the module directory. :::
111+
::: tip You can define `main` command inside `mod.nu` to create a command named after the module directory. :::
112112

113113
## Import Pattern
114114

0 commit comments

Comments
 (0)