From 182f59ee35119771581dd80858633af93b300db6 Mon Sep 17 00:00:00 2001 From: antononcube Date: Thu, 20 Apr 2023 06:02:23 -0400 Subject: [PATCH] fix:Correct usage message assignment. --- SSparseMatrix.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SSparseMatrix.m b/SSparseMatrix.m index 74300ee8..0bb91397 100644 --- a/SSparseMatrix.m +++ b/SSparseMatrix.m @@ -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`"];