Skip to content

Commit 40a6996

Browse files
author
Antoine Lanco
committed
fix rlp example for fr and pt-br
1 parent baaf8d1 commit 40a6996

File tree

2 files changed

+2
-2
lines changed
  • public/content/translations
    • fr/developers/docs/data-structures-and-encoding/rlp
    • pt-br/developers/docs/data-structures-and-encoding/rlp

2 files changed

+2
-2
lines changed

public/content/translations/fr/developers/docs/data-structures-and-encoding/rlp/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ def to_binary(x):
8080
- l'octet '\\x00' = `[ 0x00 ]`
8181
- l'octet '\\x0f' = `[ 0x0f ]`
8282
- les octets '\\x04\\x00' = `[ 0x82, 0x04, 0x00 ]`
83-
- la [représentation théorique en théorie des ensembles](https://fr.wikipedia.org/wiki/Construction_des_entiers_naturels) de trois, `[ [], [[]], [ [], [[]] ] ] = [ 0xc7, 0xc0, 0xc1, 0xc0, 0xc3, 0xc0, 0xc0, 0xc1, 0xc0 ]`
83+
- la [représentation théorique en théorie des ensembles](https://fr.wikipedia.org/wiki/Construction_des_entiers_naturels) de trois, `[ [], [[]], [ [], [[]] ] ] = [ 0xc7, 0xc0, 0xc1, 0xc0, 0xc3, 0xc0, 0xc1, 0xc0 ]`
8484
- la chaîne de caractères "Lorem ipsum dolor sit amet, consectetur adipisicing elit" = `[ 0xb8, 0x38, 'L', 'o', 'r', 'e', 'm', ' ', ... , 'e', 'l', 'i', 't' ]`
8585

8686
## Décodage RLP {#rlp-decoding}

public/content/translations/pt-br/developers/docs/data-structures-and-encoding/rlp/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ def to_binary(x):
8080
- o byte '\\x00' = `[ 0x00 ]`
8181
- o byte '\\x0f' = `[ 0x0f ]`
8282
- os bytes '\\x04\\x00' = `[ 0x82, 0x04, 0x00 ]`
83-
- [define a representação teórica](http://en.wikipedia.org/wiki/Set-theoretic_definition_of_natural_numbers) para três, `[ [], [[]], [ [], [[]] ] ] = [ 0xc7, 0xc0, 0xc1, 0xc0, 0xc3, 0xc0, 0xc0, 0xc1, 0xc0 ]`
83+
- [define a representação teórica](http://en.wikipedia.org/wiki/Set-theoretic_definition_of_natural_numbers) para três, `[ [], [[]], [ [], [[]] ] ] = [ 0xc7, 0xc0, 0xc1, 0xc0, 0xc3, 0xc0, 0xc1, 0xc0 ]`
8484
- a string "Lorem ipsum dolor sit amet, consectetur adipisicing elit" = `[ 0xb8, 0x38, 'L', 'o', 'r', 'e', 'm', ' ', ... , 'e', 'l', 'i', 't' ]`
8585

8686
## Decodificação RLP {#rlp-decoding}

0 commit comments

Comments
 (0)