We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60f7890 commit bb663c1Copy full SHA for bb663c1
setup.m
@@ -260,7 +260,7 @@ function setup(varargin)
260
addpath(path_string);
261
262
% Try saving the path in the system path-defining file at sys_pathdef. If the user does not have
263
-% writing permission for this file, then the path will not saved.
+% writing permission for this file, then the path will not be saved.
264
% N.B. Do not save the path to the pathdef.m file under userpath. This file is not loaded by default
265
% at startup. See
266
% https://www.mathworks.com/matlabcentral/answers/269482-is-userdata-pathdef-m-for-local-path-additions-supported-on-linux
0 commit comments