Skip to content

Commit

Permalink
Fix typo in directive (forgot space) which prevented the regex resolv…
Browse files Browse the repository at this point in the history
…er from being documented
  • Loading branch information
masklinn committed Nov 26, 2024
1 parent 122aacc commit 35fff64
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions doc/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,12 @@ from user agent strings.

.. warning:: Only available if |re2|_ is installed.

.. class::ua_parser.regex.Resolver(Matchers)
.. class:: ua_parser.regex.Resolver(Matchers)

An advanced resolver based on |regex|_ and a bespoke implementation
of regex prefiltering, by the sibling project `ua-rust
<https://github.com/ua-parser/uap-rust`_.
An advanced resolver based on `Rust's regex
<https://github.com/rust-lang/regex>`_ and a bespoke implementation
of regex prefiltering, by the sibling project `uap-rust
<https://github.com/ua-parser/uap-rust>`_.

Sufficiently fast that a cache may not be necessary, and may even
be detrimental at smaller cache sizes
Expand Down

0 comments on commit 35fff64

Please sign in to comment.