Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torch/optim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKory <korymath@gmail.com>2016-09-13 19:53:05 +0300
committerGitHub <noreply@github.com>2016-09-13 19:53:05 +0300
commitdaff5aa3f46a6130c5bddc562a5b90aab4306094 (patch)
tree55b1aff4c3d0a1572d8453bb99c36a803d55af4f
parent0154acd51b80f97f5f52752c0a4f5af68d48b03f (diff)
Spelling mistake.
-rw-r--r--doc/intro.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/intro.md b/doc/intro.md
index b387235..4032029 100644
--- a/doc/intro.md
+++ b/doc/intro.md
@@ -20,7 +20,7 @@ where:
<a name='optim.example'></a>
## Example
-The state table is used to hold the state of the algorihtm.
+The state table is used to hold the state of the algorithm.
It's usually initialized once, by the user, and then passed to the optim function as a black box.
Example: