Skip to content

Commit 94c9aa5

Browse files
authored
Update Readme.md
1 parent 436876f commit 94c9aa5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ run('test/test_main.m')
4343
## Backend
4444

4545
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.
4747

4848
Most Matlab-stdlib filesystem functions work without the
4949
[Java interface](./Readme_java.md).

0 commit comments

Comments
 (0)