Skip to content

Commit

Permalink
Merge pull request alex#175 from richardartoul/master
Browse files Browse the repository at this point in the history
Fixed a typo
  • Loading branch information
alex committed Apr 27, 2015
2 parents aca72ab + 5d79613 commit 37dea1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,7 @@ The components of the browsers are:
boxes and windows. This backend exposes a generic interface that is not
platform specific.
Underneath it uses operating system user interface methods.
* **JavaScript interpreter:** The JavaScript interpreter is used to parse and
* **JavaScript engine:** The JavaScript engine is used to parse and
execute JavaScript code.
* **Data storage:** The data storage is a persistence layer. The browser may
need to save all sorts of data locally, such as cookies. Browsers also
Expand Down Expand Up @@ -578,7 +578,7 @@ The reasons are:
process actually modifies the input.

Unable to use the regular parsing techniques, the browser utilizes a custom
parsers for parsing HTML. The parsing algorithm is described in
parser for parsing HTML. The parsing algorithm is described in
detail by the HTML5 specification.

The algorithm consists of two stages: tokenization and tree construction.
Expand Down

0 comments on commit 37dea1b

Please sign in to comment.