nvzqz / swift-bindgen

Bridging the gap between Swift and Rust
Apache License 2.0
150 stars 9 forks source link

fix `self > other` to be `other < self` #7

Closed Dante-Broggi closed 3 years ago

Dante-Broggi commented 3 years ago

Looks like a typo.

nvzqz commented 3 years ago

Thanks for catching this!