Browse Source

Fixed typo

Alois Mahdal (@azzgoat) 12 years ago
parent
commit
2ffe9c6c3c
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      notes/arch.md

+ 1
- 1
notes/arch.md View File

16
     [ STM ]
16
     [ STM ]
17
 
17
 
18
        | 1      parse_head()    # parse text and fill out metadata properties
18
        | 1      parse_head()    # parse text and fill out metadata properties
19
-       |        gen_sts(args)   # generate a number of STS from a STM
19
+       |        gen_sts(args)   # generate a number of STS from an STM
20
        |                        # * args - args specify ranges from where
20
        |                        # * args - args specify ranges from where
21
        |                        #          STMs are generated; typically
21
        |                        #          STMs are generated; typically
22
        |                        #          Cartesian product
22
        |                        #          Cartesian product