Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

userfacing -> user-facing #41

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ function builddocs(clear=false)
],
"PBT Resources" => "resources.md",
"FAQ" => "faq.md",
"Userfacing API" => "interfaces.md",
"User-facing API" => "interfaces.md",
"Benchmarks" => "benchmarks.md",
"API Reference" => "api.md",
"Glossary" => "glossary.md"
Expand Down
2 changes: 1 addition & 1 deletion docs/src/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ be added at a later date.
The entries written on this page are automatically generated and DO NOT represent
the currently supported API surface. Feel free to use anything you can find here,
but be aware that just because it's listed here, does not mean it's covered under
semver (though it may be - check [Userfacing API](@ref) if you're unsure).
semver (though it may be - check [User-facing API](@ref) if you're unsure).

## Data reference

Expand Down
2 changes: 1 addition & 1 deletion docs/src/interfaces.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Userfacing API
# User-facing API

Supposition.jl provides a few main interfaces to hook into with your code,
as well as use during general usage of Supposition.jl. These
Expand Down
Loading