Skip to content

Commit

Permalink
fix no docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas committed Dec 4, 2022
1 parent 433252d commit 355dcde
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions docs/src/getting_started/find_root.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,13 +159,6 @@ We will choose `NewtonRaphson` as follows:
sol = solve(prob,NewtonRaphson())
```

If you're interested in controlling options such as tolerances, check out the docstring
for `solve` that describes all of the options:

```@example first_rootfind
sol = solve(prob::NonlinearProblem, ::Any)
```

### Step 5: Analyze the Solution

Now let's check out the solution. First of all, what kind of thing is the `sol`? We can
Expand Down

0 comments on commit 355dcde

Please sign in to comment.