Skip to content

Commit

Permalink
Merge pull request github#1128 from jsoref/spelling
Browse files Browse the repository at this point in the history
Spelling
  • Loading branch information
Ashe Connor authored Nov 22, 2017
2 parents 6c250ae + 2e67def commit 0e61227
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion test/markups/README.org
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ end

** 2009-12-27: Version 0.3

- Uses rubypants to get better typography (smart quotes, elipses, etc...).
- Uses rubypants to get better typography (smart quotes, ellipses, etc...).
- Fixed bugs:
- Tables and lists did not get properly closed at the end of file
- You couldn't do inline formatting inside table cells
Expand Down
2 changes: 1 addition & 1 deletion test/markups/README.org.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ <h2>2.6 2009-12-29: Version 0.4</h2>
</ul>
<h2>2.7 2009-12-27: Version 0.3</h2>
<ul>
<li>Uses rubypants to get better typography (smart quotes, elipses, etc…).</li>
<li>Uses rubypants to get better typography (smart quotes, ellipses, etc…).</li>
<li>Fixed bugs:
<ul>
<li>Tables and lists did not get properly closed at the end of file</li>
Expand Down
2 changes: 1 addition & 1 deletion test/markups/README.pod
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ This project is broken into three primary components:
=item * The first is the parser, located in the C<src/parser/> directory. The
parser proper is composed of three source files, F<grammar.pg> which is a
Perl6Grammar file, and F<actions.pm> which is the associated actions file
written in NQP, and F<grammar-oper.pm> which is the operator precidence parser.
written in NQP, and F<grammar-oper.pm> which is the operator precedence parser.
In addition, several helper functions used by the parser are located in
C<src/internals>.

Expand Down
2 changes: 1 addition & 1 deletion test/markups/README.pod.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ <h2>IMPLEMENTATION</h2>

<ul>

<li><p>The first is the parser, located in the <code>src/parser/</code> directory. The parser proper is composed of three source files, <i>grammar.pg</i> which is a Perl6Grammar file, and <i>actions.pm</i> which is the associated actions file written in NQP, and <i>grammar-oper.pm</i> which is the operator precidence parser. In addition, several helper functions used by the parser are located in <code>src/internals</code>.</p>
<li><p>The first is the parser, located in the <code>src/parser/</code> directory. The parser proper is composed of three source files, <i>grammar.pg</i> which is a Perl6Grammar file, and <i>actions.pm</i> which is the associated actions file written in NQP, and <i>grammar-oper.pm</i> which is the operator precedence parser. In addition, several helper functions used by the parser are located in <code>src/internals</code>.</p>

</li>
<li><p>The second component is the library of builtin functions in the <code>src/builtins/</code> directory. These functions are, currently, written primarily in PIR. Function names prefixed with an underscore are &quot;private&quot; functions for use with the parser. Other functions should have names which are the same as names for regular MATLAB or Octave functions, since they will be available to the HLL. These are also separated into different namespaces depending on visibility and utility.</p>
Expand Down

0 comments on commit 0e61227

Please sign in to comment.