Skip to content

Commit

Permalink
一応元のテキストも保持するようにupdate
Browse files Browse the repository at this point in the history
  • Loading branch information
puripuri2100 committed Aug 25, 2024
1 parent 11fc12a commit 6aec776
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions jplaw_data_types/src/analysis.rs
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,6 @@ pub struct Reference {
pub base_name: String,
/// 参照元の条番号
pub base_index: Option<ArticleIndex>,
/// テキストの保持
pub text: String,
}

0 comments on commit 6aec776

Please sign in to comment.