meant strongly not stringly

This commit is contained in:
Edgar 2021-01-08 16:37:48 +01:00
parent d39722a238
commit e61739a8fb
No known key found for this signature in database
GPG key ID: 8731E6C0166EAA85

View file

@ -2,7 +2,7 @@
//! ![Rust](https://github.com/edg-l/paypal-rs/workflows/Rust/badge.svg) //! ![Rust](https://github.com/edg-l/paypal-rs/workflows/Rust/badge.svg)
//! [![Docs](https://docs.rs/paypal-rs/badge.svg)](https://docs.rs/paypal-rs) //! [![Docs](https://docs.rs/paypal-rs/badge.svg)](https://docs.rs/paypal-rs)
//! //!
//! A rust library that wraps the [paypal api](https://developer.paypal.com/docs/api) asynchronously in a stringly typed manner. //! A rust library that wraps the [paypal api](https://developer.paypal.com/docs/api) asynchronously in a strongly typed manner.
//! //!
//! Crate: https://crates.io/crates/paypal-rs //! Crate: https://crates.io/crates/paypal-rs
//! //!