Skip to content

Commit 76a50bf

Browse files
committed
fix checkout on Windows
1 parent 8b0b5bc commit 76a50bf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

crates/ty_python_semantic/resources/mdtest/attributes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2166,7 +2166,7 @@ reveal_type(Foo.BAR.value) # revealed: @Todo(Attribute access on enum classes)
21662166
reveal_type(Foo.__members__) # revealed: @Todo(Attribute access on enum classes)
21672167
```
21682168

2169-
## "Did you mean?" suggestions
2169+
## "Did you mean" suggestions
21702170

21712171
<!-- snapshot-diagnostics -->
21722172

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ source: crates/ty_test/src/lib.rs
33
expression: snapshot
44
---
55
---
6-
mdtest name: attributes.md - Attributes - "Did you mean?" suggestions
6+
mdtest name: attributes.md - Attributes - "Did you mean" suggestions
77
mdtest path: crates/ty_python_semantic/resources/mdtest/attributes.md
88
---
99

0 commit comments

Comments
 (0)