Skip to content

Commit d682a90

Browse files
authored
Merge pull request #60 from PatoSoft/main
Fix Readme Typo
2 parents 4df4d62 + 6a9e022 commit d682a90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ result << stream.decompress(cstr[0, 10])
8787
result << stream.decompress(cstr[10..-1])
8888
```
8989

90-
### Skippable flame
90+
### Skippable frame
9191

9292
```ruby
9393
compressed_data_with_skippable_frame = Zstd.write_skippable_frame(compressed_data, "sample data")

0 commit comments

Comments
 (0)