mirror of
https://github.com/sharkdp/bat.git
synced 2025-04-18 16:50:33 +01:00
Fix a typo
This commit is contained in:
parent
0319149b4d
commit
11a72ab765
@ -18,7 +18,7 @@ pub struct InputDescription {
|
|||||||
impl InputDescription {
|
impl InputDescription {
|
||||||
/// Creates a description for an input.
|
/// Creates a description for an input.
|
||||||
///
|
///
|
||||||
/// The name should uniquely describes where the input came from (e.g. "README.md")
|
/// The name should describe where the input came from (e.g. "README.md")
|
||||||
pub fn new(name: impl Into<String>) -> Self {
|
pub fn new(name: impl Into<String>) -> Self {
|
||||||
InputDescription {
|
InputDescription {
|
||||||
name: name.into(),
|
name: name.into(),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user