Skip to content

Commit

Permalink
Merge pull request #59 from Sergiu-Ghita/patch-1
Browse files Browse the repository at this point in the history
fix typo: "mimimum" -> "minimum"
  • Loading branch information
soumith authored Aug 25, 2016
2 parents 56235da + 38d5200 commit db8f833
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/00-five-simple-examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Printing the function value (here on a random point) can be easily done with:
print(J(torch.rand(N)))
```

## 2. Find the exact mimimum
## 2. Find the exact minimum


We can inverse the matrix (which might not be numerically optimal)
Expand Down

0 comments on commit db8f833

Please sign in to comment.