change comment to match behavior

This commit is contained in:
gluax 2022-02-28 09:39:21 -08:00
parent 18179cf6ec
commit 1ca40d80f4

View File

@ -37,7 +37,7 @@ pub struct Span {
/// The path to the Leo file containing the error.
pub path: Arc<String>,
#[serde(with = "crate::tendril_json")]
/// The content of the file between the above boundaries.
/// The content of the line(s) that the span is found on.
pub content: StrTendril,
}