Fix typos

This commit is contained in:
sholderbach 2024-05-20 00:49:33 +02:00
parent c7e79fedc5
commit b83dc80851
2 changed files with 2 additions and 2 deletions

View File

@ -72,7 +72,7 @@ impl Argument {
pub enum ExternalArgument {
/// Expression that needs to be evaluated to turn into an external process argument
Regular(Expression),
/// Occurence of a `...` spread operator that needs to be expanded
/// Occurrence of a `...` spread operator that needs to be expanded
Spread(Expression),
}

View File

@ -3,7 +3,7 @@ use crate::Span;
use serde::{Deserialize, Serialize};
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)]
pub enum PathMember {
/// Accessing a member by string (i.e. columns of a table or [`Record`](crate::Record))