Skip to content

Commit

Permalink
fix typo: "mimimum" -> "minimum"
Browse files Browse the repository at this point in the history
  • Loading branch information
bentcheck authored Aug 25, 2016
1 parent 56235da commit 38d5200
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 38d5200

Please sign in to comment.