tustvold commented on code in PR #3372: URL: https://github.com/apache/arrow-rs/pull/3372#discussion_r1053634859
########## arrow-flight/src/lib.rs: ########## @@ -15,6 +15,21 @@ // specific language governing permissions and limitations // under the License. +//! A native Rust implementaiton of [Apache Arrow Flight](https://arrow.apache.org/docs/format/Flight.html) Review Comment: ```suggestion //! A native Rust implementation of [Apache Arrow Flight](https://arrow.apache.org/docs/format/Flight.html) ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
