We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80cbd18 commit 4e79679Copy full SHA for 4e79679
src/ly_common.h
@@ -364,8 +364,7 @@ struct ly_ctx_shared_data {
364
* incremented only when a new (next) printed context
365
* is created from the same memory address. */
366
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.
+ struct ly_ht *pattern_ht; /**< ht for storing patterns and their pcre2_codes.
369
* A pattern is used both as a key and a value to search for.
370
* This ht is only written to when the context is being compiled,
371
* afterwards, it is read-only. */
0 commit comments