Fix typos
This commit is contained in:
parent
c7e79fedc5
commit
b83dc80851
|
@ -72,7 +72,7 @@ impl Argument {
|
||||||
pub enum ExternalArgument {
|
pub enum ExternalArgument {
|
||||||
/// Expression that needs to be evaluated to turn into an external process argument
|
/// Expression that needs to be evaluated to turn into an external process argument
|
||||||
Regular(Expression),
|
Regular(Expression),
|
||||||
/// Occurence of a `...` spread operator that needs to be expanded
|
/// Occurrence of a `...` spread operator that needs to be expanded
|
||||||
Spread(Expression),
|
Spread(Expression),
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@ use crate::Span;
|
||||||
use serde::{Deserialize, Serialize};
|
use serde::{Deserialize, Serialize};
|
||||||
use std::{cmp::Ordering, fmt::Display};
|
use std::{cmp::Ordering, fmt::Display};
|
||||||
|
|
||||||
/// One level of acces of a [`CellPath`]
|
/// One level of access of a [`CellPath`]
|
||||||
#[derive(Debug, Clone, Serialize, Deserialize)]
|
#[derive(Debug, Clone, Serialize, Deserialize)]
|
||||||
pub enum PathMember {
|
pub enum PathMember {
|
||||||
/// Accessing a member by string (i.e. columns of a table or [`Record`](crate::Record))
|
/// Accessing a member by string (i.e. columns of a table or [`Record`](crate::Record))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user