Skip to content

Commit

Permalink
Merge pull request #62 from Herb-AI/documentation-ref-fixes
Browse files Browse the repository at this point in the history
Fix broken reference.
  • Loading branch information
ReubenJ authored Apr 23, 2024
2 parents 560a550 + 0d9df3a commit 0e8ee22
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 0e8ee22

Please sign in to comment.