Skip to content

Commit bce34bf

Browse files
fixed typo
1 parent b5330c5 commit bce34bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
function base_folder = setup()
2-
% Add current directory and sample_data, layers and exmamples to path
2+
% Add current directory and sample_data, layers and examples to path
33
base_folder = fileparts(mfilename('fullpath'));
44
addpath(base_folder);
55
addpath(fullfile(base_folder, "network_layers"))

0 commit comments

Comments
 (0)