Skip to content

Commit ad5e3bc

Browse files
committed
Correct typo.
1 parent bc9fc27 commit ad5e3bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graph-api-c/appendices.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ \chapter{Revision history}
1111

1212
Changes in 2.0.0 (Released: 15 November 2021:
1313
\begin{itemize}
14-
\item Reorganized Chapters 2 and 3: Chapter 2 contains prose regarding the basic concepts captured in the API; Chapter 3 presents all of the enumeratiosn, literals, data types, and predefined objects required by the API. Made short captions for the List of Tables.
14+
\item Reorganized Chapters 2 and 3: Chapter 2 contains prose regarding the basic concepts captured in the API; Chapter 3 presents all of the enumerations, literals, data types, and predefined objects required by the API. Made short captions for the List of Tables.
1515
\item (Issue BB-49, BB-50) Updated and corrected language regarding multithreading and completion, and requirements regarding acquire-release memory orders. Methods that used to force complete no longer do.
1616
\item (Issue BB-74, BB-9) Assigned integer values to all return codes as well as all enumerations in the API to ensure run-time compatibility between libraries.
1717
\item (Issues BB-70, BB-67) Changed semantics and signature of {\sf GrB\_wait(obj, mode)}. Added wait modes for 'complete' or 'materialize' and removed {\sf GrB\_wait(void)}. {\color{red} This breaks backward compatibility.}

0 commit comments

Comments
 (0)