Typos in matlab_porting_tools comments

This commit is contained in:
Dan Morris 2018-12-07 14:52:07 -08:00 коммит произвёл GitHub
Родитель adae90bd94
Коммит ea7df09049
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 4 добавлений и 5 удалений

Просмотреть файл

@ -3,12 +3,11 @@
#
# Module containing a few ported Matlab functions that makes it easier
# for me to port other, larger Matlab functions. Some of these are
# built-in Matlab functions (e.g. fileparts()), some of them are
# built-in Matlab functions (e.g. fileparts()), some are
# new utility functions my Matlab workflow depends on (e.g.
# insert_before_extension()) .
#
# Some of these are silly one-liners where it's easier for me to remember
# my Matlab-universe words than the Python-universe words, e.g. string_starts_with
# insert_before_extension()), and some are silly one-liners where it's
# easier for me to remember my Matlab-universe words than the Python-universe
# words, e.g. string_starts_with().
#
# Owner: Dan Morris (dan@microsoft.com)
#