Skip to content

Commit 787da75

Browse files
committed
Typo: replacing double quote characters
1 parent ad5e3bc commit 787da75

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

graph-api-c/graphblas_operations.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ \section{GraphBLAS operations}
1919
masks and replace flags are indicated as $\matrix{C}\langle\matrix{M},r\rangle$
2020
when applied to the output matrix, $\matrix{C}$. The mask controls which values
2121
resulting from the operation on the right-hand side are written into the output
22-
object (complement and structure flags are not shown). The ``replace"
22+
object (complement and structure flags are not shown). The ``replace''
2323
option, indicated by specifying the $r$ flag, means that all values in the
24-
output object are removed prior to assignment. If ``replace" is not specified,
24+
output object are removed prior to assignment. If ``replace'' is not specified,
2525
only the values/locations computed on the right-hand side and allowed by the
26-
mask will be written to the output (``merge" mode). \scott{NEW CONTENT}}
26+
mask will be written to the output (``merge'' mode).}
2727
\label{Tab:GraphBLASOps}
2828
~\\
2929
\newcommand{\odotsp}{\hspace{-0.2cm}\odot\hspace{-0.18cm}}

0 commit comments

Comments
 (0)