Skip to content

Commit 680405e

Browse files
authored
Try to fix tooltip in Modules (2nd attempt) (#913)
1 parent 9b45e45 commit 680405e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

book/modules.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,9 @@ 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
112+
You can define `main` command inside `mod.nu` to create a command named after the module directory.
113+
:::
112114

113115
## Import Pattern
114116

0 commit comments

Comments
 (0)