Skip to content

Commit

Permalink
Minor formatting and doc changes
Browse files Browse the repository at this point in the history
Although there are a lot of lines changed here, none of them affect
functionality, and only affect code layout or documentation.
  • Loading branch information
alwaysblank committed May 21, 2020
1 parent f5a40c5 commit 6bef94f
Show file tree
Hide file tree
Showing 3 changed files with 415 additions and 402 deletions.
6 changes: 3 additions & 3 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ toc::[]

== What Is This?

It's a simple little tool for passing around collections of variable stuctured data.
It's a simple tool for passing around collections of variable structured data.

90% of the reason I built it was because I got very tired of writing `isset()`, etc, conditionals when _the nonexistence of a key was equivalent to a falsey value in terms of program flow_.
It grew from there to provide some other functionality related to moving collections of structure data around.
Expand Down Expand Up @@ -90,7 +90,7 @@ My recommendation is to simply pick an instantiation method and use that for an

This is the primary feature of Brief.

Brief expects data in an array, but whether that array is keyed or numeric is up to you.
Brief expects data in an array, but whether that array is keyed or numeric is up to you.
(Or, use a language where arrays aren't as confusing.)

[source,php]
Expand Down Expand Up @@ -219,4 +219,4 @@ it will not, for instance, catch an exception you throw during `transform()`.
====
If you used v1 of Brief, then these logger calls happen in the same places where Brief used to throw Exceptions, and replace that functionality;
Brief will not longer throw Exceptions of its own volition.
====
====
Loading

0 comments on commit 6bef94f

Please sign in to comment.