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

docs: fix simple typo, tectual -> textual #245

Merged
merged 1 commit into from
Oct 6, 2020
Merged
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
docs: fix simple typo, tectual -> textual
There is a small typo in doc/api.md.

Should read `textual` rather than `tectual`.
  • Loading branch information
timgates42 committed Oct 6, 2020
commit 207689e4ea1e4f1a81bfe9dd600bd7811a318590
2 changes: 1 addition & 1 deletion doc/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ return ret;

# Emitting functions

Libucl can transform UCL objects to a number of tectual formats:
Libucl can transform UCL objects to a number of textual formats:

- configuration (`UCL_EMIT_CONFIG`) - nginx like human readable configuration file where implicit arrays are transformed to the duplicate keys
- compact json: `UCL_EMIT_JSON_COMPACT` - single line valid json without spaces
Expand Down