Skip to content

Commit

Permalink
Corrected documentation examples.
Browse files Browse the repository at this point in the history
  • Loading branch information
bwbioinfo committed Jul 25, 2023
1 parent 523aa95 commit 75ab70d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Find.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Find entries in a specific database from the KEGG API.
# Examples
```julia-repl
julia> KEGGAPI.find("compound","glucose")
KEGGAPI.find("compound","glucose")
```
"""
function find(database::String, query::String)
Expand Down
2 changes: 1 addition & 1 deletion src/List.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Get a list of entries from a specific database from the KEGG API.
# Examples
```julia-repl
julia> KEGGAPI.list("pathway")
KEGGAPI.list("pathway")
```
"""
function list(list::String)
Expand Down

0 comments on commit 75ab70d

Please sign in to comment.