mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-11-23 23:23:50 +03:00
change comment to match behavior
This commit is contained in:
parent
18179cf6ec
commit
1ca40d80f4
@ -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