Skip to content

Commit

Permalink
Fix spelling error in comment
Browse files Browse the repository at this point in the history
Found by @fwallacevt.

Co-Authored-By: Forrest Wallace <[email protected]>
  • Loading branch information
emk and fwallacevt authored Jan 14, 2020
1 parent e53c1e3 commit 59a3fa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bigml/src/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ impl Client {
#[allow(clippy::needless_lifetimes, deprecated)]
#[deprecated = "This won't work until BigML fixes Transfer-Encoding: chunked"]
pub async fn create_source_from_path(&self, path: PathBuf) -> Result<Source> {
// Covnert our path to a stream of `Bytes`.
// Convert our path to a stream of `Bytes`.
let file = fs::File::open(&path)
.await
.map_err(|err| Error::could_not_read_file(&path, err))?;
Expand Down

0 comments on commit 59a3fa0

Please sign in to comment.