Skip to content

Commit

Permalink
chore: self mutation
Browse files Browse the repository at this point in the history
Signed-off-by: monada-bot[bot] <[email protected]>
  • Loading branch information
monadabot committed Jul 20, 2023
1 parent ace1b5a commit eb73f6b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/docs/04-standard-library/04-util/api-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,15 @@ Converts a string from base64 to UTF-8.

- *Type:* str

base64 string to decode.

---

###### `url`<sup>Optional</sup> <a name="url" id="@winglang/sdk.util.Util.base64Decode.parameter.url"></a>

- *Type:* bool

Whether the string should be treated as an url.
If `true`, the source is expected to be a URL-safe base64 string.

---

Expand All @@ -79,7 +81,7 @@ Converts a string from UTF-8 to base64.

- *Type:* bool

Whether the string should be treated as an url.
If `true`, a URL-safe base64 is returned.

---

Expand Down

0 comments on commit eb73f6b

Please sign in to comment.