Skip to content

Commit 4e79679

Browse files
committed
doc UPDATE obsolete comment
1 parent 80cbd18 commit 4e79679

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/ly_common.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -364,8 +364,7 @@ struct ly_ctx_shared_data {
364364
* incremented only when a new (next) printed context
365365
* is created from the same memory address. */
366366

367-
struct ly_ht *pattern_ht; /**< ht for storing patterns and their serialized pattern codes,
368-
* these codes can be deserialized into pcre2_code that can then be used directly.
367+
struct ly_ht *pattern_ht; /**< ht for storing patterns and their pcre2_codes.
369368
* A pattern is used both as a key and a value to search for.
370369
* This ht is only written to when the context is being compiled,
371370
* afterwards, it is read-only. */

0 commit comments

Comments
 (0)