From 17e018f56762804b37054c9629d60e61de82f47f Mon Sep 17 00:00:00 2001 From: Thomas Madlener Date: Tue, 5 Nov 2024 10:09:06 +0100 Subject: [PATCH] Fix typo Co-authored-by: Mateusz Jakub Fila <37295697+m-fila@users.noreply.github.com> --- doc/links.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/links.md b/doc/links.md index f40d10571..f1cb2fb5c 100644 --- a/doc/links.md +++ b/doc/links.md @@ -48,7 +48,7 @@ see [the implementation details](#implementation-details). Using `Link`s is quite simple. The most straight forward way is to simply declare them as part of the datamodel, [as described here](datamodel_syntax.md#definition-of-links). That will result in code -generation that effectiely does what is described here. However, it's not +generation that effectively does what is described here. However, it's not strictly necessary to do that in case non-generated code is preferred. In line with other datatypes that are generated by podio all the functionality can be gained by including the corresponding `Collection` header. After that it is