1
0
mirror of synced 2025-12-21 10:57:10 -05:00

Fix text formatting with colon - part 2 (#35433)

Co-authored-by: Alex Nguyen <150945400+nguyenalex836@users.noreply.github.com>
This commit is contained in:
Artur Kordowski
2024-11-26 21:54:30 +01:00
committed by GitHub
parent 56a5520271
commit e5877f8757
39 changed files with 337 additions and 337 deletions

View File

@@ -60,9 +60,9 @@ getAge("Mario");
{% data variables.product.prodname_copilot_short %} suggests the following patterns:
* **Singleton pattern**: to ensure that there is only one instance of the `people` object.
* **Factory pattern**: to create a factory for creating `Person` objects.
* **Module pattern**: to encapsulate the `people` object and related functions within a module to avoid polluting the global namespace.
* **Singleton pattern:** to ensure that there is only one instance of the `people` object.
* **Factory pattern:** to create a factory for creating `Person` objects.
* **Module pattern:** to encapsulate the `people` object and related functions within a module to avoid polluting the global namespace.
## Example prompt 2