Skip to content

Commit 81ffe10

Browse files
CHANGELOG: shorten code example even more
1 parent 6b44b00 commit 81ffe10

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

objectbox/CHANGELOG.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,11 @@ location vector:
1515
```dart
1616
@Entity()
1717
class City {
18-
// ...
1918
2019
@HnswIndex(dimensions: 2)
2120
@Property(type: PropertyType.floatVector)
2221
List<double>? location;
23-
24-
// ...
22+
2523
}
2624
```
2725

0 commit comments

Comments
 (0)