From 620c6f4b4b99255c139e39678a7248bc59cee746 Mon Sep 17 00:00:00 2001 From: Alan Gibson Date: Mon, 18 Nov 2024 18:26:33 -0500 Subject: [PATCH] Fixed one multi-line paragraph --- doc/architecture.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/architecture.md b/doc/architecture.md index 2e60bc48..e9d07983 100644 --- a/doc/architecture.md +++ b/doc/architecture.md @@ -159,7 +159,8 @@ There are two types of data used by the constructs in OnAIR, low and high level The plugins in OnAIR operate on the data types described above. There are two methods required to be implemented by OnAIR for the plugins: -- `update`: Pulls data into the plugin for use. This includes either `low_level_data`, `high_level_data`, or both, depending on the plugin type. +- `update`: Pulls data into the plugin for use. +This includes either `low_level_data`, `high_level_data`, or both, depending on the plugin type. - `render_reasoning`: Pushes out reasoned results data. This is the data you want made available to plugins further down the pipeline.