Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Commit

Permalink
FIX typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Roberto-XY committed May 1, 2022
1 parent 1f0bdab commit bf3dc2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/io/ndjson/read/file.rs
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ impl<R: BufRead> FallibleStreamingIterator for FileReader<R> {

/// Infers the [`DataType`] from an NDJSON file, optionally only using `number_of_rows` rows.
///
/// # Implementantion
/// # Implementation
/// This implementation reads the file line by line and infers the type of each line.
/// It performs both `O(N)` IO and CPU-bounded operations where `N` is the number of rows.
pub fn infer<R: std::io::BufRead>(
Expand Down

0 comments on commit bf3dc2a

Please sign in to comment.