Skip to content

Commit

Permalink
Minor documentation fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesWrigley committed Jan 9, 2024
1 parent 0da357e commit 94bda77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@ so <3).

## Contents
```@contents
Pages = ["api.md", "bindings.md"]
Pages = ["examples.md", "sessions_and_channels.md", "server_support.md", "utilities.md", "bindings.md"]
Depth = 10
```
2 changes: 1 addition & 1 deletion src/LibSSH.jl
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ $(TYPEDSIGNATURES)
Convert a buffer to a colon-separated hex string. This is identical to
`bytes2hex()`, except that each byte will be separated by a colon.
Wrapper around [`lib.ssh_get_hexa()`](@ref). foo
Wrapper around [`lib.ssh_get_hexa()`](@ref).
## Examples
Expand Down

0 comments on commit 94bda77

Please sign in to comment.