diff --git a/docs/terminology.md b/docs/terminology.md index 840a9ff5e..e266ace7b 100644 --- a/docs/terminology.md +++ b/docs/terminology.md @@ -14,7 +14,7 @@ The following table includes naming conventions used throughout AutoRA. | Components | The objects that can act on the State (e.g., experimentalists, experiment runners, theorists). | Experimentalists, Experiment Runners, Theorists | | Experimentalist | A component that outputs new conditions, which are intended to yield novel observations. | Experimentalists | | Theorist | A component that takes in the full collection of conditions and observations and outputs models that link the two. | Theorists | -| Experiment Runner | A module that takes in conditions and collects corresponding observations. | Experiment Runners | +| Experiment Runner | A component that takes in conditions and collects corresponding observations. | Experiment Runners | | Wrapper | Special functions that make the components of AutoRA able to operate on State objects. | Experimentalists, Experiment Runners, Theorists | | Workflow | A collection of tools that enable closed-loop empirical research with the AutoRA framework. | Experimentalists, Experiment Runners, Theorists | | Cycle | A workflow tool that allows AutoRA components to be chained together in serial loops. | Experimentalists, Experiment Runners, Theorists |