Skip to content

Commit df89af7

Browse files
committed
fixed typo
1 parent 45e1e42 commit df89af7

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

docs/writing-reactors/reaction-declarations.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ directory.
8888
## The Generated Header Files
8989
9090
The generated header files are necessary in order to separate your C code from your LF code because
91-
the describe the signatures of the reaction functions that you must implement.
91+
they describe the signatures of the reaction functions that you must implement.
9292
9393
In addition, they define structs that will be referenced by the reaction bodies. This includes the
9494
`self` struct of the reactor to which the header file corresponds, as well as structs for its ports,

versioned_docs/version-0.5.0/writing-reactors/reaction-declarations.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ directory.
8888
## The Generated Header Files
8989
9090
The generated header files are necessary in order to separate your C code from your LF code because
91-
the describe the signatures of the reaction functions that you must implement.
91+
they describe the signatures of the reaction functions that you must implement.
9292
9393
In addition, they define structs that will be referenced by the reaction bodies. This includes the
9494
`self` struct of the reactor to which the header file corresponds, as well as structs for its ports,

versioned_docs/version-0.6.0/writing-reactors/reaction-declarations.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ directory.
8888
## The Generated Header Files
8989
9090
The generated header files are necessary in order to separate your C code from your LF code because
91-
the describe the signatures of the reaction functions that you must implement.
91+
they describe the signatures of the reaction functions that you must implement.
9292
9393
In addition, they define structs that will be referenced by the reaction bodies. This includes the
9494
`self` struct of the reactor to which the header file corresponds, as well as structs for its ports,

versioned_docs/version-0.7.0/writing-reactors/reaction-declarations.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ directory.
8888
## The Generated Header Files
8989
9090
The generated header files are necessary in order to separate your C code from your LF code because
91-
the describe the signatures of the reaction functions that you must implement.
91+
they describe the signatures of the reaction functions that you must implement.
9292
9393
In addition, they define structs that will be referenced by the reaction bodies. This includes the
9494
`self` struct of the reactor to which the header file corresponds, as well as structs for its ports,

versioned_docs/version-0.8.0/writing-reactors/reaction-declarations.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ directory.
8888
## The Generated Header Files
8989
9090
The generated header files are necessary in order to separate your C code from your LF code because
91-
the describe the signatures of the reaction functions that you must implement.
91+
they describe the signatures of the reaction functions that you must implement.
9292
9393
In addition, they define structs that will be referenced by the reaction bodies. This includes the
9494
`self` struct of the reactor to which the header file corresponds, as well as structs for its ports,

0 commit comments

Comments
 (0)