This commit is contained in:
@ -14,7 +14,7 @@
|
||||
// See the Licence for the specific language governing permissions and
|
||||
// limitations under the Licence.
|
||||
|
||||
//! Deals with getting all paragraphs for a given law text
|
||||
//! Deals with getting the content of a single paragraph.
|
||||
|
||||
mod parser;
|
||||
|
||||
@ -101,7 +101,7 @@ impl Parser {
|
||||
/// # Example Usage
|
||||
///
|
||||
/// ```
|
||||
/// use risp::{config::Config, law::{Law, Heading, Content, Section, HeadingContent}};
|
||||
/// use risp::{Config, law::{Law, Heading, Content, Section, HeadingContent}};
|
||||
/// use std::path::Path;
|
||||
///
|
||||
/// let (_, mut builder, parser) = Config::load(Path::new("data/configs/abgb.toml")).unwrap();
|
||||
|
Reference in New Issue
Block a user