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:
authorSoumith Chintala <soumith@gmail.com>2016-09-13 20:01:09 +0300
committerGitHub <noreply@github.com>2016-09-13 20:01:09 +0300
commitb812d2a381162bed9f0df26cab8abb4015f47471 (patch)
tree55b1aff4c3d0a1572d8453bb99c36a803d55af4f
parent0154acd51b80f97f5f52752c0a4f5af68d48b03f (diff)
parentdaff5aa3f46a6130c5bddc562a5b90aab4306094 (diff)
Merge pull request #131 from korymath/patch-1
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: