Merge pull request #1648 from AleoHQ/bug/1618-span-content-discrep

[Fix] Change Span Documetnation To match Behavior
This commit is contained in:
Collin Chin 2022-02-28 14:34:14 -08:00 committed by GitHub
commit 639643e01b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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,
}