summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJoseph K. Strauss <joseph.k.strauss@gmail.com>2018-07-29 23:04:20 -0400
committerLi Haoyi <haoyi.sg@gmail.com>2018-07-30 11:04:20 +0800
commitda321ff7344422b6045b897070be272395a12c03 (patch)
treedb709850170a44ad00390d5d55a47098bc6c55b4 /docs
parentfa6987b5bff17640985ce0ab4d07440ef1189c45 (diff)
downloadmill-da321ff7344422b6045b897070be272395a12c03.tar.gz
mill-da321ff7344422b6045b897070be272395a12c03.tar.bz2
mill-da321ff7344422b6045b897070be272395a12c03.zip
Fix bullets in manual (#394)
Diffstat (limited to 'docs')
-rw-r--r--docs/pages/2 - Configuring Mill.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/pages/2 - Configuring Mill.md b/docs/pages/2 - Configuring Mill.md
index 6f7b29c7..235fcc44 100644
--- a/docs/pages/2 - Configuring Mill.md
+++ b/docs/pages/2 - Configuring Mill.md
@@ -395,9 +395,10 @@ object unhyphenatedModule extends Module {
```
Mill modules and tasks may be composed of any of the following characters types:
- - Alphanumeric (A-Z, a-z, and 0-9)
- - Underscore (_)
- - Hyphen (-)
+
+- Alphanumeric (A-Z, a-z, and 0-9)
+- Underscore (_)
+- Hyphen (-)
Due to Scala naming restrictions, module and task names with hyphens must be surrounded by back-ticks (`).