Skip to content

Commit b751da4

Browse files
authored
Fix formatting of example list in paper.md
1 parent db66be8 commit b751da4

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

paper/paper.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,11 @@ Detailed design could be carried out using the **Entity-Component System (ECS) F
6868
> [!NOTE]
6969
> ## Example:
7070
> A physics object; a ball; has the following:
71-
> (1) A component that is attached to the **Inertial Ref. Frame System** through an entity `ID_BALL`.
72-
> (2) A component that is attached to the **Acceleration/Deceleration System** through an entity `ID_BALL`.
73-
> (3) A component that is attached to the **Molecular System** through an entity `ID_BALL`.
74-
> (4) A component that is attached to the **Interaction System** through an entity `ID_BALL`.
75-
> (5) A component that is attached to the **Mechanics System** through an entity `ID_BALL`.
71+
> 1) A component that is attached to the **Inertial Ref. Frame System** through an entity `ID_BALL`.
72+
> 2) A component that is attached to the **Acceleration/Deceleration System** through an entity `ID_BALL`.
73+
> 3) A component that is attached to the **Molecular System** through an entity `ID_BALL`.
74+
> 4) A component that is attached to the **Interaction System** through an entity `ID_BALL`.
75+
> 5) A component that is attached to the **Mechanics System** through an entity `ID_BALL`.
7676
>
7777
> ## Remarks:
7878
> * It's not ideal to add the ball object to the **Fluid Dynamics System**; therefore, both the **Mechanics** and the **Fluid Dynamics** are specializations of the **Atomic/Newtonian RTI Subsystem**.

0 commit comments

Comments
 (0)