Skip to content

Commit 6692c3f

Browse files
committed
fixed spelling error and removed spurious fixme comment
1 parent 7f38468 commit 6692c3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

graph-api-c/appendices.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ \chapter{Revision history}
22
\label{Chp:RevHistory}
33
%--------------------------------------------------------------
44

5-
Changes in 2.1.0 (Released: 22 December 2023): % FIXME
5+
Changes in 2.1.0 (Released: 22 December 2023):
66
\begin{itemize}
77
\item (Issue BB-28, BB-27, BB-13, BB-7) We added a capability for meta-data associated with each GraphBLAS
88
object and the library implementation (the global scope) as well. This was done through the new
99
{\sf GrB\_get} and {\sf GrB\_set} methods with {({\sf field}, {\sf value})} pairs. We also needed
10-
a new error code for the case where an attempt is made to write to a write-once feild,
10+
a new error code for the case where an attempt is made to write to a write-once field,
1111
{\sf GrB\_ALREADY\_SET}
1212

1313
\item (Issue BB-15, BB-14) The definition of meta-data on GraphBLAS objects added the ability to interact

0 commit comments

Comments
 (0)