Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb446921

Browse files
committed
Refactor prose
1 parentd249445 commitb446921

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

‎readme.md‎

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The latest released version is [`2.0.0`][release].
2525
*[Glossary](#glossary)
2626
*[Tree traversal](#tree-traversal)
2727
*[Utilities](#utilities)
28-
*[List ofUtilities](#list-of-utilities)
28+
*[List ofutilities](#list-of-utilities)
2929
*[References](#references)
3030
*[Contribute](#contribute)
3131
*[Acknowledgments](#acknowledgments)
@@ -40,10 +40,10 @@ This specification is written in a [Web IDL][webidl]-like grammar.
4040
###Syntax tree
4141

4242
Syntax trees are representations of source code or even natural language.
43-
These trees are abstractions that make it possible toanalyse, transform, and
43+
These trees are abstractions that make it possible toanalyze, transform, and
4444
generate code.
4545

46-
Syntax trees[come in twoflavours][abstract-vs-concrete-trees]:
46+
Syntax trees[come in twoflavors][abstract-vs-concrete-trees]:
4747

4848
***concrete syntax trees**: structures that represent every detail (such as
4949
white-space in white-space insensitive languages)
@@ -425,12 +425,12 @@ sibling (**F**) is traversed and then finally its only child (**G**).
425425
There are several projects that deal with nodes from specifications implementing
426426
unist:
427427

428-
*[mdast utilities](https://github.com/syntax-tree/mdast#list-of-utilities)
429428
*[hast utilities](https://github.com/syntax-tree/hast#list-of-utilities)
430-
*[xast utilities](https://github.com/syntax-tree/xast#list-of-utilities)
429+
*[mdast utilities](https://github.com/syntax-tree/mdast#list-of-utilities)
431430
*[nlcst utilities](https://github.com/syntax-tree/nlcst#list-of-utilities)
431+
*[xast utilities](https://github.com/syntax-tree/xast#list-of-utilities)
432432

433-
###List ofUtilities
433+
###List ofutilities
434434

435435
*[`unist-util-assert`](https://github.com/syntax-tree/unist-util-assert)
436436
— Assert nodes
@@ -524,8 +524,8 @@ Ideas for new utilities and tools can be posted in [`syntax-tree/ideas`][ideas].
524524
A curated list of awesome syntax-tree, unist, hast, xast, mdast, and nlcst
525525
resources can be found in[awesome syntax-tree][awesome].
526526

527-
This project has a[Code ofConduct][coc].
528-
By interacting with this repository,organisation, or community you agree to
527+
This project has a[code ofconduct][coc].
528+
By interacting with this repository,organization, or community you agree to
529529
abide by its terms.
530530

531531
##Acknowledgments

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp