Skip to content

Commit 69fa00a

Browse files
committed
Rustdoc from stage N *minus* 1
1 parent 7931209 commit 69fa00a

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/building/stages.png

-60 Bytes
Loading

src/building/stages.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
Rows are things that can be used together to build a program.
1515
\\
1616

17-
\noindent \verb|./x.py build --stage N| builds programs in \emph{column} \verb|N| (except rustdoc - it builds rustdoc from column \verb|N + 1|).\\
17+
\noindent \verb|./x.py build --stage N| builds programs in \emph{column} \verb|N| (except rustdoc - it builds rustdoc from column \verb|N - 1|).\\
1818
\noindent \verb|./x.py test --stage N| builds and tests everything in \emph{row} \verb|N|.\\
1919
\noindent \verb|./x.py doc --stage N| generates docs with rustdoc from \emph{row} \verb|N|.\\
2020
};

0 commit comments

Comments
 (0)