From df89af7290d138116eb1f3ad14e9b4768b4d6586 Mon Sep 17 00:00:00 2001 From: AneesHl Date: Sat, 20 Jul 2024 14:29:48 +0200 Subject: [PATCH] fixed typo --- docs/writing-reactors/reaction-declarations.mdx | 2 +- .../version-0.5.0/writing-reactors/reaction-declarations.mdx | 2 +- .../version-0.6.0/writing-reactors/reaction-declarations.mdx | 2 +- .../version-0.7.0/writing-reactors/reaction-declarations.mdx | 2 +- .../version-0.8.0/writing-reactors/reaction-declarations.mdx | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/writing-reactors/reaction-declarations.mdx b/docs/writing-reactors/reaction-declarations.mdx index 783a2c578..89cf267c1 100644 --- a/docs/writing-reactors/reaction-declarations.mdx +++ b/docs/writing-reactors/reaction-declarations.mdx @@ -88,7 +88,7 @@ directory. ## The Generated Header Files The generated header files are necessary in order to separate your C code from your LF code because -the describe the signatures of the reaction functions that you must implement. +they describe the signatures of the reaction functions that you must implement. In addition, they define structs that will be referenced by the reaction bodies. This includes the `self` struct of the reactor to which the header file corresponds, as well as structs for its ports, diff --git a/versioned_docs/version-0.5.0/writing-reactors/reaction-declarations.mdx b/versioned_docs/version-0.5.0/writing-reactors/reaction-declarations.mdx index 783a2c578..89cf267c1 100644 --- a/versioned_docs/version-0.5.0/writing-reactors/reaction-declarations.mdx +++ b/versioned_docs/version-0.5.0/writing-reactors/reaction-declarations.mdx @@ -88,7 +88,7 @@ directory. ## The Generated Header Files The generated header files are necessary in order to separate your C code from your LF code because -the describe the signatures of the reaction functions that you must implement. +they describe the signatures of the reaction functions that you must implement. In addition, they define structs that will be referenced by the reaction bodies. This includes the `self` struct of the reactor to which the header file corresponds, as well as structs for its ports, diff --git a/versioned_docs/version-0.6.0/writing-reactors/reaction-declarations.mdx b/versioned_docs/version-0.6.0/writing-reactors/reaction-declarations.mdx index 783a2c578..89cf267c1 100644 --- a/versioned_docs/version-0.6.0/writing-reactors/reaction-declarations.mdx +++ b/versioned_docs/version-0.6.0/writing-reactors/reaction-declarations.mdx @@ -88,7 +88,7 @@ directory. ## The Generated Header Files The generated header files are necessary in order to separate your C code from your LF code because -the describe the signatures of the reaction functions that you must implement. +they describe the signatures of the reaction functions that you must implement. In addition, they define structs that will be referenced by the reaction bodies. This includes the `self` struct of the reactor to which the header file corresponds, as well as structs for its ports, diff --git a/versioned_docs/version-0.7.0/writing-reactors/reaction-declarations.mdx b/versioned_docs/version-0.7.0/writing-reactors/reaction-declarations.mdx index 783a2c578..89cf267c1 100644 --- a/versioned_docs/version-0.7.0/writing-reactors/reaction-declarations.mdx +++ b/versioned_docs/version-0.7.0/writing-reactors/reaction-declarations.mdx @@ -88,7 +88,7 @@ directory. ## The Generated Header Files The generated header files are necessary in order to separate your C code from your LF code because -the describe the signatures of the reaction functions that you must implement. +they describe the signatures of the reaction functions that you must implement. In addition, they define structs that will be referenced by the reaction bodies. This includes the `self` struct of the reactor to which the header file corresponds, as well as structs for its ports, diff --git a/versioned_docs/version-0.8.0/writing-reactors/reaction-declarations.mdx b/versioned_docs/version-0.8.0/writing-reactors/reaction-declarations.mdx index 783a2c578..89cf267c1 100644 --- a/versioned_docs/version-0.8.0/writing-reactors/reaction-declarations.mdx +++ b/versioned_docs/version-0.8.0/writing-reactors/reaction-declarations.mdx @@ -88,7 +88,7 @@ directory. ## The Generated Header Files The generated header files are necessary in order to separate your C code from your LF code because -the describe the signatures of the reaction functions that you must implement. +they describe the signatures of the reaction functions that you must implement. In addition, they define structs that will be referenced by the reaction bodies. This includes the `self` struct of the reactor to which the header file corresponds, as well as structs for its ports,