Skip to content

Commit 2cb4478

Browse files
committed
build: bump lol_html version
1 parent ffe2c8b commit 2cb4478

File tree

5 files changed

+3
-3
lines changed

5 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ For more detailed examples, please visit the `/examples` subdirectory.
119119

120120
## Documentation
121121

122-
Available at [pkg.go.dev](https://pkg.go.dev/github.com/coolspring8/go-lolhtml). (WIP)
122+
Available at [pkg.go.dev](https://pkg.go.dev/github.com/coolspring8/go-lolhtml).
123123

124124
## Other Bindings
125125

build/include/lol_html.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -261,8 +261,8 @@ int lol_html_rewriter_write(
261261
// Returns 0 in case of success and -1 otherwise. The actual error message
262262
// can be obtained using `lol_html_take_last_error` function.
263263
//
264-
// WARNING: if this function errors the rewriter gets into the unrecovarable state,
265-
// so any further attempts to use the rewriter will cause a thread panic.
264+
// WARNING: after calling this function, further attempts to use the rewriter
265+
// (other than `lol_html_rewriter_free`) will cause a thread panic.
266266
int lol_html_rewriter_end(lol_html_rewriter_t *rewriter);
267267

268268
// Frees the memory held by the rewriter.

build/linux-x86_64/liblolhtml.a

3.58 KB
Binary file not shown.

build/macos-x86_64/liblolhtml.a

2.65 KB
Binary file not shown.

build/windows-x86_64/liblolhtml.a

494 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)