diff --git a/3-mid/opengl/source/lean/model/opengl-model-capsule-textured.ads b/3-mid/opengl/source/lean/model/opengl-model-capsule-textured.ads index 2c60d2c..2b09ac1 100644 --- a/3-mid/opengl/source/lean/model/opengl-model-capsule-textured.ads +++ b/3-mid/opengl/source/lean/model/opengl-model-capsule-textured.ads @@ -4,7 +4,7 @@ with package openGL.Model.capsule.textured -- --- Models a lit and textured capsule. +-- Models a textured capsule. -- is type Item is new Model.capsule.item with private; diff --git a/3-mid/opengl/source/lean/model/opengl-model-hexagon-lit_textured.ads b/3-mid/opengl/source/lean/model/opengl-model-hexagon-lit_textured.ads index 0cc1630..33d8d71 100644 --- a/3-mid/opengl/source/lean/model/opengl-model-hexagon-lit_textured.ads +++ b/3-mid/opengl/source/lean/model/opengl-model-hexagon-lit_textured.ads @@ -5,7 +5,7 @@ with package openGL.Model.hexagon.lit_textured -- --- Models a lit, colored and textured hexagon. +-- Models a lit and textured hexagon. -- is type Item is new Model.item with private;