diff --git a/ARCHITECTURE.md b/ARCHITECTURE.md index 70aee9ba72dad..d345b76e7aa4c 100644 --- a/ARCHITECTURE.md +++ b/ARCHITECTURE.md @@ -134,7 +134,7 @@ Update instructions: | re_renderer | A wgpu-based renderer for all your visualization needs. | | re_space_view | Types & utilities for defining Space View classes and communicating with the Viewport. | | re_space_view_bar_chart | A Space View that shows a single bar chart. | -| re_space_view_dataframe | A Space View that shows the data contained in entities in a table. | +| re_space_view_dataframe | A Space View that shows the data contained in entities in a table. | | re_space_view_spatial | Space Views that show entities in a 2D or 3D spatial relationship. | | re_space_view_tensor | A Space View dedicated to visualizing tensors with arbitrary dimensionality. | | re_space_view_text_document | A simple Space View that shows a single text box. |