Skip to content

Commit

Permalink
Fix broken reference.
Browse files Browse the repository at this point in the history
  • Loading branch information
pwochner committed Apr 11, 2024
1 parent 560a550 commit 0d9df3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/get_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ solution, flag = synth(problem, iterator)
println(solution)
```

There are various ways to adapt the search technique to your needs. Please have a look at the [`search`](@ref) documentation.
There are various ways to adapt the search technique to your needs. Please have a look at the [`synth`](@ref) documentation.

Eventually, we want to test our solution on some other inputs using `HerbInterpret`. We transform our grammar `g` to a Julia expression with `Symboltable(g)`, add our solution and the input, assigning the value `6` to the variable `x`.

Expand Down

0 comments on commit 0d9df3a

Please sign in to comment.