Skip to content

Commit 48ee48b

Browse files
Fixed missing curly brace for variable in the docs (comparing-ai-models-using-diff…) (#37306)
1 parent 8fe0599 commit 48ee48b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/copilot/using-github-copilot/ai-models/comparing-ai-models-using-different-tasks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ You’re designing a shopping cart system and have a UML class diagram that outl
133133

134134
{% data reusables.copilot.example-prompts.response-is-an-example %}
135135

136-
% data variables.product.prodname_copilot_short %} will generate a class for each of the classes in the diagram, including the relationships between them. Here’s the example code generated for the `Cart` class:
136+
{% data variables.product.prodname_copilot_short %} will generate a class for each of the classes in the diagram, including the relationships between them. Here’s the example code generated for the `Cart` class:
137137

138138
```python
139139
from cart_item import CartItem

0 commit comments

Comments
 (0)