diff --git a/docs/frequently-asked-questions.rst b/docs/frequently-asked-questions.rst index 91b4e0ae8..c0d9fd152 100644 --- a/docs/frequently-asked-questions.rst +++ b/docs/frequently-asked-questions.rst @@ -376,8 +376,8 @@ to add guards, initialisation or cleanup functionality in a concise way. For examples, see the `features.sol `_. -How do ``struct``'s work? -========================= +How do structs work? +==================== See `struct_and_for_loop_tester.sol `_.