Skip to content

Commit

Permalink
fixed minor grammer issues
Browse files Browse the repository at this point in the history
  • Loading branch information
tgmattso committed Dec 22, 2023
1 parent 665905d commit 7f38468
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions graph-api-c/GraphBLAS_API_C.tex
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
{\large Version 2.1} \\
}

\author{Benjamin Brock, Ayd\i n Bulu\c{c}, Raye Kimmerer, Jim Kitchen, Manoj Kumar, Timothy Mattson, Scott McMillan, Jos\'e Moreira, Erik Welch, Michel Pelletier}
\author{Benjamin Brock, Ayd\i n Bulu\c{c}, Raye Kimmerer, Jim Kitchen, Manoj Kumar, Timothy Mattson, Scott McMillan, Jos\'e Moreira, Michel Pelletier, Erik Welch}

\date{Generated on \today\ at \currenttime\ EDT}

Expand Down Expand Up @@ -227,7 +227,7 @@ \section*{Acknowledgments}
\begin{itemize}
\item Raye Kimmerer (MIT)
\item Jim Kitchen (Anaconda)
\item Manoj Kumar (IBM) % FIXME
\item Manoj Kumar (IBM)
\item Timothy G. Mattson (Human Learning Group)
\item Michel Pelletier (Graphegon)
\item Erik Welch (NVIDIA Corporation)
Expand Down
6 changes: 3 additions & 3 deletions graph-api-c/basic_concepts.tex
Original file line number Diff line number Diff line change
Expand Up @@ -713,9 +713,9 @@ \subsection{Multi-threaded execution}
\begin{table}[tbh]
\hrule
\begin{center}
\caption[Methods that forced completion prior to GraphBLAS v2.0.]{Methods that extract values from a GraphBLAS object that
forcing completion of the operations contributing to that particular object in GraphBLAS 1.X.
In GraphBLAS 2.0, these methods \emph{do not} force completion.}
\caption[Methods that forced completion prior to GraphBLAS v2.0.]{Methods that extract values from a GraphBLAS object
forced completion of the operations contributing to that particular object in GraphBLAS 1.X.
In GraphBLAS 2.X, these methods \emph{do not} force completion.}
\label{Tab:ExtractMethods}

\begin{tabular}{l|l}
Expand Down
4 changes: 2 additions & 2 deletions graph-api-c/objects.tex
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ \section{Algebraic objects, operators and associated functions}
\end{center}

{\footnotesize Note 1: Some high-performance GraphBLAS implementations may require
an identity to perform reductions to sparse objects like GraphBLAS vectors
an identity to perform reductions to sparse objects such as GraphBLAS vectors
and scalars. According to the descriptions of the corresponding GraphBLAS operations,
however, this identity is mathematically not necessary. There are API signatures to
support both.\newline
Expand Down Expand Up @@ -1170,7 +1170,7 @@ \subsection{{\sf GrB\_NAME}}
\end{table}

\begin{table}
\hrule
\hrule
\begin{center}
\caption[Field value enumerations.]{Enumerations not defined elsewhere in the documents and used
when getting or setting fields are defined in the following tables.}
Expand Down

0 comments on commit 7f38468

Please sign in to comment.