Skip to content

Commit 7c692a0

Browse files
authored
docs: msgpack: fix spelling warnings/errors (#795)
The documentation for `msgpack` has two spelling errors: ``` writing output... [ 63%] packages/pkg/msgpack packages/pkg/msgpack.rst:21:msgpackc:["mudpack"] packages/pkg/msgpack.rst:21:cxx:["xxx", "xx", "cox", "c xx", "OSX"] ... Spelling checker messages written to /home/runner/work/hunter/hunter/docs/_spelling/output.txt Warning, treated as error: Found 2 misspelled words ``` Update the documentation properly escaping the target names and in the process making the spellchecker ignoring the "codeblocks". Fixes: #794
1 parent 792b26d commit 7c692a0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/packages/pkg/msgpack.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
.. spelling::
22

33
msgpack
4+
msgpackc
45

56
.. index:: unsorted ; msgpack
67

@@ -18,7 +19,7 @@ msgpack
1819
- Added by `Antal Tátrai <https://github.com/tatraian>`__
1920
(`pr-406 <https://github.com/ruslo/hunter/pull/406>`__)
2021
- Available since |hunter|
21-
- Target library name from "msgpack::msgpack" to "msgpackc-cxx" with `v4.1.3`
22+
- Target library renamed from ``msgpack::msgpack`` to ``msgpackc-cxx`` with ``v4.1.3``
2223

2324
.. code-block:: cmake
2425

0 commit comments

Comments
 (0)