You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Readme.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ run('test/test_main.m')
43
43
## Backend
44
44
45
45
All non-native Matlab code functions use several fallbacks if native Matlab code isn't capable of thr task.
46
-
For example, [stdlib.filesystem_type](./+stdlib/filesystem_type.m) quickly determines if Java, .NET, or Python are available--if not, a system() call is the fallback to detemrine thr filesystem type e.g. NTFS or ext4, etc.
46
+
For example, [stdlib.filesystem_type](./+stdlib/filesystem_type.m) quickly determines if Java, .NET, or Python are available--if not, a system() call is a fallback to determine the filesystem type e.g. NTFS or ext4, etc.
47
47
48
48
Most Matlab-stdlib filesystem functions work without the
0 commit comments