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:
-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: