Skip to content

Commit

Permalink
manual: Fix some typos with spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
wikku committed Sep 17, 2021
1 parent 6a991a4 commit c0b0960
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions manual/src/cmds/unified-options.etex
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,10 @@ This causes the given C library to be linked with the program.
\notop{%
\item["-ccopt" \var{option}]
Pass the given option to the C compiler and linker.
\comp{When linking in ``custom runtime'' mode, for instance}%
\nat{For instance,}%
\comp{When linking in ``custom runtime'' mode, for instance }%
\nat{For instance, }%
"-ccopt -L"\var{dir} causes the C linker to search for C libraries in
directory \var{dir}.\comp{(See the "-custom" option.)}
directory \var{dir}. \comp{(See the "-custom" option.)}
}%notop

\notop{%
Expand Down
2 changes: 1 addition & 1 deletion manual/src/refman/extensions/indexops.etex
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dot-ext:
| dot-operator-char { operator-char }
;
dot-operator-char:
'!' || '?' || core-operator-char || '%' || ':'
'!' || '?' || core-operator-char || '%' || ':'
;
expr:
...
Expand Down
4 changes: 2 additions & 2 deletions manual/src/refman/extensions/signaturesubstitution.etex
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@ end [@@expect error];;
\begin{syntax}
mod-constraint:
...
| 'module ' 'type' modtype-path '=' module-type
| 'module ' 'type' modtype-path ':=' module-type
| 'module' 'type' modtype-path '=' module-type
| 'module' 'type' modtype-path ':=' module-type
\end{syntax}

Module type substitution essentially behaves like type substitutions.
Expand Down

0 comments on commit c0b0960

Please sign in to comment.