Skip to content

Commit

Permalink
fix some english
Browse files Browse the repository at this point in the history
  • Loading branch information
takemiyamakoto committed Oct 9, 2016
1 parent a0c2b2e commit d03edc4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ We adopt a **Domain-Driven Development structure** as much as possible.
```


#### core/connection (consensus layer)
It contains the P2P messaging function interface.
```C
Expand All @@ -134,18 +133,18 @@ It contains the P2P messaging function interface.
```
#### core/consensus (consensus layer)
It contains consensus algorithm.
It contains the consensus algorithm(s).
#### core/crypto (service)
It contains electronic signature, base64, hash function interface...
It contains digital signature algorithms, base64, hash function interfaces, etc.
#### core/model (domain)
It contains asset model, transaction logic. independent of infra knowledge.
#### core/infra (infra layer)
It contains some source depend on vendor (third party) libraries.
If any source depends on vendor libraries, it should be in infra.
##### filename
basically, filename is `"function"_with_"lib name".cpp`
```
Expand Down
2 changes: 1 addition & 1 deletion core/service/url_service.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ namespace service {

namespace url_service {

// Input assetUtl := <domain> ( <::> <domain> )* . <assetName>
// Input assetUtil := <domain> ( <::> <domain> )* . <assetName>
// sample: rabbit_house::chino.cappucchino
// domain -> rabbit_house, chino
// asset -> cappuccino
Expand Down

0 comments on commit d03edc4

Please sign in to comment.