Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dlegland committed Dec 23, 2020
1 parent 3b7d321 commit 40cb046
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion newEnum.m
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ function newEnum(varargin)
' for i = 1:nItems'
' % retrieve current enumeration item'
' mitem = itemList(i);'
' item = Operations.(mitem.Name);'
' item = $filename.(mitem.Name);'
' res{i} = item.Label;'
' end'
' end'
Expand Down

0 comments on commit 40cb046

Please sign in to comment.