Skip to content

Commit

Permalink
Doc tweak [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
josephwright committed Mar 2, 2018
1 parent d36f7a1 commit da9fbe0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions l3kernel/l3drivers.dtx
Expand Up @@ -129,7 +129,7 @@
% \end{syntax}
% Sets the color to the CMYK values specified, all of which are
% fp denotations in the range $0$ and $1$. For drawing colors, see
% \cs{driver_draw_color_cmyk:nnnn}, \emph{etc.}
% \cs{driver_draw_stroke_cmyk:nnnn}, \emph{etc.}
% \end{function}
%
% \begin{function}[added = 2018-02-20]{\driver_color_gray:n}
Expand All @@ -138,7 +138,7 @@
% \end{syntax}
% Sets the color to the grayscale value specified, which is
% fp denotations in the range $0$ and $1$. For drawing colors, see
% \cs{driver_draw_color_gray:n}, \emph{etc.}
% \cs{driver_draw_stroke_gray:n}, \emph{etc.}
% \end{function}
%
% \begin{function}[added = 2018-02-20]{\driver_color_rgb:nnn}
Expand All @@ -147,7 +147,7 @@
% \end{syntax}
% Sets the color to the RGB values specified, all of which are
% fp denotations in the range $0$ and $1$. For drawing colors, see
% \cs{driver_draw_color_rgb:nnn}, \emph{etc.}
% \cs{driver_draw_stroke_rgb:nnn}, \emph{etc.}
% \end{function}
%
% \begin{function}[added = 2018-02-20]{\driver_color_reset:}
Expand Down

0 comments on commit da9fbe0

Please sign in to comment.