Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Johannes Pfeifer
dynare
Commits
4dced05d
Commit
4dced05d
authored
Sep 03, 2013
by
Stéphane Adjemian
Browse files
Fixed typo.
parent
d0fed77f
Changes
1
Hide whitespace changes
Inline
Side-by-side
matlab/isaletter.m
View file @
4dced05d
...
...
@@ -18,4 +18,4 @@ function info = isaletter(str)
% You should have received a copy of the GNU General Public License
% along with Dynare. If not, see <http://www.gnu.org/licenses/>.
info
=
any
(
islatter
(
str
));
\ No newline at end of file
info
=
any
(
isletter
(
str
));
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment