Skip to content

Commit ee91124

Browse files
authored
Update README.md
1 parent d6c165c commit ee91124

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ You can use this as simple as using the TireMap.
8181
public func put(key: Text, value : Blob): Result.Result<(), Error>
8282
```
8383

84-
tips: you can transform any type T to Text by using ``debug_show(t:)``
84+
tips: you can transform any type T to Text by using ``debug_show(t: T)``
8585

8686
- **get** : use the key to get the value
8787

@@ -129,7 +129,7 @@ Due to the problem of IC mainnet, HTTP-StreamingCallback cannot work at present,
129129
public func put(key: Text, value : Blob): Result.Result<(), Error>
130130
```
131131

132-
tips: you can transform any type T to Text by using ``debug_show(t:)``
132+
tips: you can transform any type T to Text by using ``debug_show(t: T)``
133133

134134
- **get** : use the key to get the value
135135

0 commit comments

Comments
 (0)