Skip to content

Commit

Permalink
correct typo error
Browse files Browse the repository at this point in the history
  • Loading branch information
spikeekips committed Sep 25, 2019
1 parent ff2c8cb commit 1001b80
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion readthedocs/docs/contribution.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Contribution
============================================================

mitum started as opensource project and it will be. Any kind of contribution will be welcome. At this time, mitum needs your help at this parts:
Mitum started as opensource project and it will be. Any kind of contribution will be welcome. At this time, mitum needs your help at this parts:

* Development
* Documentation
Expand Down
2 changes: 1 addition & 1 deletion readthedocs/docs/how-mitum-works.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ The important things in the process are,
* All the incoming message is validated by consensus nodes
* Only agreed data is established(stored) in the block

This is the normal process of PBFT-based blockchain. mitum follows the classic scenario of PBFT.
This is the normal process of PBFT-based blockchain. Mitum follows the classic scenario of PBFT.

Uncompressed Version
============================================================
Expand Down
2 changes: 1 addition & 1 deletion readthedocs/docs/introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Introduction
============================================================

mitum is a general privacy blockchain with flexible and resilient way. Mitum can be used for various kind of purposes, public and private blockchain like cryptocurrency network, data-centric blockchain for arbitrary data, or secure anonymity voting system, etc.
Mitum is a general privacy blockchain with flexible and resilient way. Mitum can be used for various kind of purposes, public and private blockchain like cryptocurrency network, data-centric blockchain for arbitrary data, or secure anonymity voting system, etc.

Basically mitum can provides these main features.

Expand Down
2 changes: 1 addition & 1 deletion readthedocs/docs/isaac+/how-isaac+-works.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Voting occurs by round. For example, latest block is ``H33``,
- Failed to get agreement: *INIT* : ``H34``, ``R1``
#. *SIGN* : ``H34``, ``R1``
#. *ACCEPT* : ``H34``, ``R1``
#. new *INIT* : ``H35``, ``R0``
#. New *INIT* : ``H35``, ``R0``

Like the example, round is unique within new block voting.

2 changes: 1 addition & 1 deletion readthedocs/docs/network/designing-network.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Designing Network
============================================================

mitum is designed for general purpose blockchain. To fill this requirement, policy and data of mitum can be configurable and manageable by practical way. The network designer will design his/her network in 2 parts:
Mitum is designed for general purpose blockchain. To fill this requirement, policy and data of mitum can be configurable and manageable by practical way. The network designer will design his/her network in 2 parts:

* Data
* Policy
Expand Down
2 changes: 1 addition & 1 deletion readthedocs/docs/network/network.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
Network
============================================================

mitum network consists of the distributed separated nodes. These nodes comprises the mitum network. Basically mitum network has one decision at a time and the decision will be established as the Block.
Mitum network consists of the distributed separated nodes. These nodes comprises the mitum network. Basically mitum network has one decision at a time and the decision will be established as the Block.

0 comments on commit 1001b80

Please sign in to comment.