Skip to content

Commit

Permalink
tweak format and spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
tbrowder committed Nov 3, 2018
1 parent bf2e279 commit 2359654
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/rakudo-nqp-and-pod-notes.md
Expand Up @@ -112,7 +112,7 @@ gained during the process of implementing pod features.
## Pod nesting

Complicating work with pod is that pod blocks can be nested, i.e., a
pod block can have pod blocks as children, to any depth! Necessarily
pod block can have pod blocks as children, to any depth. Necessarily
that applies, in general, to *delimited blocks*. (Other block types
may have single blocks as children, usually as one or two
**Pod::Block::Paras**.)
Expand All @@ -131,9 +131,9 @@ before the block itself can be created. Those parts are:

* The configuration cannot be created until the block text data are analyzed.

Note that *abbreviated* blocks cannot have an explicit configuration
section, but they may have limited implicit configuration data throuse
use of a *:numbered alias* (see below).
* Note that *abbreviated* blocks cannot have an explicit configuration
section, but they may have limited implicit configuration data through
use of *:numbered aliasing* (see below).

* Contents - `@.contents` [all blocks inheriting from class **Pod::Block**]

Expand Down

0 comments on commit 2359654

Please sign in to comment.