Skip to content

Commit afb0249

Browse files
committed
Fix typo
1 parent 563bf20 commit afb0249

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Generics/generics.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -678,7 +678,7 @@ \chapter{Compilation Model}\label{compilation model}
678678
\index{secondary file}
679679
The driver invokes the frontend with a list of \emph{primary files} and \emph{secondary files}. The primary files are those that this specific frontend job is tasked with building, and the secondary files are the remaining source files in the module. Each source file is a primary file of exactly one frontend job, and each frontend job's primary files and secondary files together form the full list of source files in the module.
680680

681-
The \verb|-###| flag driver flags performs a ``dry run'' which prints all commands to run without actually doing anything.
681+
The \verb|-###| driver flag performs a ``dry run'' which prints all commands to run without actually doing anything.
682682
\begin{Verbatim}
683683
$ swiftc m.swift v.swift c.swift -###
684684
swift-frontend -frontend -c -primary-file m.swift v.swift c.swift ...

0 commit comments

Comments
 (0)