diff --git a/src/runtime2/component/component_context.rs b/src/runtime2/component/component_context.rs index fc49944ad2baeff421181bece2c7b2567731d203..1a8ae2ec64d3393c240a88d43ed921d95a9ad204 100644 --- a/src/runtime2/component/component_context.rs +++ b/src/runtime2/component/component_context.rs @@ -4,7 +4,7 @@ use crate::runtime2::communication::*; use crate::protocol::ExpressionId; -/// Helper struct to remember when the last operation on the port took place +/// Helper struct to remember when the last operation on the port took place. #[derive(Debug, PartialEq, Copy, Clone)] pub enum PortInstruction { None,