Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoyuanxun authored Mar 18, 2022
1 parent d6c165c commit ee91124
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ You can use this as simple as using the TireMap.
public func put(key: Text, value : Blob): Result.Result<(), Error>
```

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

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

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

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

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

Expand Down

0 comments on commit ee91124

Please sign in to comment.