Skip to content

Commit be39eb5

Browse files
authored
Fix link to FAQ in Language Elements section of the tutorial
1 parent 0bddb1b commit be39eb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/tutorials/programming-language/main/02-00-basics/02-07-language-elements.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ This is how you can initialise a struct:
250250
251251
Structs are stack/inline allocated and copied on assignment.
252252

253-
To define an array of structs, please see the `FAQ <faq#how-do-i-create-an-array-of-structs>`_
253+
To define an array of structs, please see the `FAQ </faq#how-do-i-create-an-array-of-structs>`_
254254

255255
Classes
256256
-------

0 commit comments

Comments
 (0)