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,