Skip to content

Commit

Permalink
fix:Correct usage message assignment.
Browse files Browse the repository at this point in the history
  • Loading branch information
antononcube committed Apr 20, 2023
1 parent 0b9136a commit 182f59e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SSparseMatrix.m
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ In order to facilitate further package development (and demonstrate what the pac

ColumnAssociations::usage = "RowAssociations[smat] converts into an associations each column of smat.";

SSparseMatrixImportFromDirectory::usage "SSparseMatrixImportFromDirectory[dirName, opts___] imports and SSparseMatrix from a directory.";
SSparseMatrixImportFromDirectory::usage = "SSparseMatrixImportFromDirectory[dirName, opts___] imports and SSparseMatrix from a directory.";

Begin["`Private`"];

Expand Down

0 comments on commit 182f59e

Please sign in to comment.