mirror of
https://github.com/AleoHQ/leo.git
synced 2024-12-18 23:02:35 +03:00
Merge pull request #1648 from AleoHQ/bug/1618-span-content-discrep
[Fix] Change Span Documetnation To match Behavior
This commit is contained in:
commit
639643e01b
@ -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,
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user