Skip to content

Commit

Permalink
Fix cross-references
Browse files Browse the repository at this point in the history
  • Loading branch information
mernst committed Dec 5, 2018
1 parent 8d2322c commit c35f694
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/manual/nullness-checker.tex
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@

\begin{itemize}
\item
\label{nullness-llint-nulltest}%
\label{nullness-lint-nulltest}%
If you supply the \code{-Alint=redundantNullComparison} command-line option, then the
checker warns when a null check is performed against a value that is
guaranteed to be non-null, as in \code{("m" == null)}. Such a check is
Expand Down
2 changes: 1 addition & 1 deletion docs/manual/warnings.tex
Original file line number Diff line number Diff line change
Expand Up @@ -584,7 +584,7 @@
\begin{sloppypar}
\code{all} Enable or disable all lint warnings, including
checker-specific ones if any. Examples include \code{redundantNullComparison} for the
Nullness Checker (see Section~\ref{lint-nulltest-section}) and \<dotequals> for
Nullness Checker (see Section~\ref{nullness-lint-nulltest}) and \<dotequals> for
the Interning Checker (see Section~\ref{lint-dotequals}). This option
does not enable/disable the checker's standard checks, just its optional
ones.
Expand Down

0 comments on commit c35f694

Please sign in to comment.