Skip to content

Commit 6a4866f

Browse files
author
Julius Vitkauskas
committed
Fix base64Decode example
1 parent 3c7ec0d commit 6a4866f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ Decodes data encoded with MIME base64
174174
```java
175175
import static strman.base64Decode
176176
base64Decode("c3RybWFu")
177-
// result => "strma"
177+
// result => "strman"
178178
```
179179

180180
## base64Encode

0 commit comments

Comments
 (0)