docs: revert capital letter
This commit is contained in:
parent
29bf062d20
commit
b68beb368d
@ -50,6 +50,6 @@ nav:
|
|||||||
- Introduction: index.md
|
- Introduction: index.md
|
||||||
- Syntax: sophia_syntax.md
|
- Syntax: sophia_syntax.md
|
||||||
- Features: sophia_features.md
|
- Features: sophia_features.md
|
||||||
- Standard Library: sophia_stdlib.md
|
- Standard library: sophia_stdlib.md
|
||||||
- Contract Examples: sophia_examples.md
|
- Contract examples: sophia_examples.md
|
||||||
- Changelog: CHANGELOG.md
|
- Changelog: CHANGELOG.md
|
||||||
|
@ -12,8 +12,8 @@ The compiler is currently being used three places
|
|||||||
* [Introduction](docs/index.md)
|
* [Introduction](docs/index.md)
|
||||||
* [Syntax](docs/sophia_syntax.md)
|
* [Syntax](docs/sophia_syntax.md)
|
||||||
* [Features](docs/sophia_features.md)
|
* [Features](docs/sophia_features.md)
|
||||||
* [Standard Library](docs/sophia_stdlib.md)
|
* [Standard library](docs/sophia_stdlib.md)
|
||||||
* [Contract Examples](docs/sophia_examples.md)
|
* [Contract examples](docs/sophia_examples.md)
|
||||||
|
|
||||||
Additionally you can check out the [contracts section](https://github.com/aeternity/protocol/blob/master/contracts/contracts.md) of the æternity blockchain specification.
|
Additionally you can check out the [contracts section](https://github.com/aeternity/protocol/blob/master/contracts/contracts.md) of the æternity blockchain specification.
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# Contract Examples
|
# Contract examples
|
||||||
|
|
||||||
## Crowdfunding
|
## Crowdfunding
|
||||||
```sophia
|
```sophia
|
||||||
|
@ -5,7 +5,7 @@ check if the comments in the sources are up to date as well. You may find them
|
|||||||
in the priv/stdlib directory. Thanks!
|
in the priv/stdlib directory. Thanks!
|
||||||
-->
|
-->
|
||||||
|
|
||||||
# Standard Library
|
# Standard library
|
||||||
|
|
||||||
Sophia language offers standard library that consists of several namespaces. Some of them are already
|
Sophia language offers standard library that consists of several namespaces. Some of them are already
|
||||||
in the scope and do not need any actions to be used, while the others require some files to be included.
|
in the scope and do not need any actions to be used, while the others require some files to be included.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user