Skip to content

Commit e8d3bbf

Browse files
outoftardisappetrosyan
authored andcommitted
Add minor changes to lang-specific chapters
Signed-off-by: Ekaterina Mekhnetsova <mekkatya@gmail.com>
1 parent 1abc9b8 commit e8d3bbf

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

src/guide/bash.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Bash guide
1+
# Bash Guide
22

33
## 0. A brief primer on CLI applications
44

src/guide/javascript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# JavaScript / TypeScript guide
1+
# JavaScript/TypeScript Guide
22

33
::: info
44

src/guide/kotlin-java.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Kotlin/Java guide
1+
# Kotlin/Java Guide
22

33
## 1. Iroha 2 Client Setup
44

src/guide/python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Python 3 guide
1+
# Python 3 Guide
22

33
::: warning
44

src/guide/rust.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,8 @@ characters into a nice small table of obviously hexadecimal numbers.
158158

159159
::: warning
160160

161-
**BEWARE**: Even the `try_from_str` implementation cannot verify if a given
162-
string is a valid `PrivateKey` and warn you if it isn't.
161+
Even the `try_from_str` implementation cannot verify if a given string is a
162+
valid `PrivateKey` and warn you if it isn't.
163163

164164
It will catch some obvious errors, e.g. if the string contains an invalid
165165
symbol. However, since we aim to support many key formats, it can't do much

0 commit comments

Comments
 (0)