From 28c39110cb145f18a3cc60610ec6029d7e011433 Mon Sep 17 00:00:00 2001 From: Colin Kiama Date: Wed, 8 May 2024 19:11:21 +0100 Subject: [PATCH] fix reference in faq --- source/faq.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/faq.rst b/source/faq.rst index 431635a..02f1646 100644 --- a/source/faq.rst +++ b/source/faq.rst @@ -184,7 +184,7 @@ Note that ``yourstr.data`` will give you an array without the terminating 0 byte How do I create an array of structs? ------------------------------------ -First of all, take a look to the ways structs can be created at :ref:`structs-tutorial. +First of all, take a look to the ways structs can be created at :ref:`structs-tutorial`. If the array is constant: