Skip to content

Commit 2907f01

Browse files
author
Nerissa K.A
committed
refactor:rps hooks code update
1 parent 0e56ea1 commit 2907f01

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

86 files changed

+3888
-371
lines changed

docs/src/frontend/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,7 @@ You can use `{!js} canFundFromFaucet` to check if `{!js} fundFromFaucet` can be
598598
Example:
599599

600600
```js
601-
load: /examples/rps-9-web/index.js
601+
load: /examples/rps-9-comp/index.js
602602
md5: 5e5c8976731882c06e7f094e05ca43b3
603603
range: 32 - 34
604604
```
@@ -617,7 +617,7 @@ A Promise that resolves to `{!js} true` if `{!js} fundFromFaucet` can be used, `
617617
Example:
618618

619619
```js
620-
load: /examples/rps-9-web/index.js
620+
load: /examples/rps-9-comp/index.js
621621
md5: 5e5c8976731882c06e7f094e05ca43b3
622622
range: 26 - 34
623623
```

docs/src/tut/rps/7-rpc/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{ "bookRank": 10 }
1+
{ "bookRank": 20 }

docs/src/tut/rps/7-rpc/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# {#tut-7-rpc} Rock, Paper, Scissors in Python
1+
# {#tut-7-rpc} Rock, Paper, Scissors (Python)
22

33
The main sequence of the tutorial uses the
44
[JavaScript frontend support library](##ref-frontends-js) to implement

docs/src/tut/rps/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
{ "bookRank": 20,
1+
{ "bookRank": 10,
22
"hasOtp": true
33
}

docs/src/tut/rps/index.md

Lines changed: 155 additions & 136 deletions
Large diffs are not rendered by default.
116 KB
Loading
87.3 KB
Loading
119 KB
Loading

0 commit comments

Comments
 (0)