Skip to content

Commit

Permalink
doc: fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
kortschak committed Jun 17, 2020
1 parent e43fa24 commit 7594f31
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ pseudo-code representations of pointer-based structures will require subsequent
processing.

A comprehensive suite of tests with near 100% test coverage is provided to ensure
proper functionality. utter is licensed under the liberal ISC license, so it may
proper functionality. utter is licensed under the liberal ISC license, so it may
be used in open source or commercial projects.

## Documentation
Expand Down
6 changes: 3 additions & 3 deletions doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@ printing facilities for Go data types are as follows:
* Byte arrays and slices are dumped in a way similar to the hexdump -C command
which includes byte values in hex, and ASCII output
The approache utter allows for dumping Go data structures is less flexible than
The approach utter allows for dumping Go data structures is less flexible than
its parent tool. It has just a:
* Dump style which prints with newlines and customizable indentation
Quick Start
This section demonstrates how to quickly get started with utter. See the
This section demonstrates how to quickly get started with utter. See the
sections below for further details on formatting and configuration options.
To dump a variable with full newlines, indentation, type, and pointer
Expand All @@ -56,7 +56,7 @@ options. See the ConfigState documentation for more details.
The following configuration options are available:
* Indent
String to use for each indentation level for Dump functions.
It is a single space by default. A popular alternative is "\t".
It is a single space by default. A popular alternative is "\t".
* NumericWidth
NumericWidth specifies the number of columns to use when dumping
Expand Down

0 comments on commit 7594f31

Please sign in to comment.