Skip to content

Commit 0adcf98

Browse files
authored
pull base content,head:MicrosoftDocs:main,into:wwlpublishsync
2 parents cf2be88 + 816a561 commit 0adcf98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

learn-pr/github/introduction-to-github-copilot/includes/3-interacting-with-copilot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ def reverse_string(s):
9292
```
9393

9494
```python
95-
// Function to reverse a string
95+
## Function to reverse a string
9696
def reverse_string(s):
9797
return s[::-1]
9898
```

0 commit comments

Comments
 (0)