Skip to content

Commit 5d94ded

Browse files
committed
Change struct to class to appease old version of Sphinx on ReadTheDocs
1 parent b02b1b5 commit 5d94ded

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/api.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@ API
5858

5959
TODO I can't tell what these are supposed to do.
6060

61-
.. struct:: template<size_t Id, typename Name = void> captured_content
61+
.. class:: template<size_t Id, typename Name = void> captured_content
6262

63-
.. struct:: template <typename Iterator> storage
63+
.. class:: template <typename Iterator> storage
6464

6565
.. function:: constexpr auto begin() const noexcept
6666
constexpr auto end() const noexcept

0 commit comments

Comments
 (0)