Skip to content

Commit c5985c4

Browse files
committed
Fix typo in doc
1 parent 68f6941 commit c5985c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/SparseQuickReference.dox

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ As stated earlier, for a read-write sub-matrix (RW), the evaluation can be done
244244
<td>
245245
\code
246246
sm1.valuePtr(); // Pointer to the values
247-
sm1.innerIndextr(); // Pointer to the indices.
247+
sm1.innerIndexPtr(); // Pointer to the indices.
248248
sm1.outerIndexPtr(); // Pointer to the beginning of each inner vector
249249
\endcode
250250
</td>

0 commit comments

Comments
 (0)