Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]

### Added

- Addded autograd support for `ClipOperation` geometries like unions or intersections of geometries.
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

syntax: Typo: 'Addded' should be 'Added'

Suggested change
- Addded autograd support for `ClipOperation` geometries like unions or intersections of geometries.
- Added autograd support for `ClipOperation` geometries like unions or intersections of geometries.
Prompt To Fix With AI
This is a comment left during a code review.
Path: CHANGELOG.md
Line: 11:11

Comment:
**syntax:** Typo: 'Addded' should be 'Added'

```suggestion
- Added autograd support for `ClipOperation` geometries like unions or intersections of geometries.
```

How can I resolve this? If you propose a fix, please make it concise.

### Changed

### Fixed
Expand Down
Loading