summaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2019-12-14 15:46:52 +0200
committerLars Wirzenius <liw@liw.fi>2019-12-14 15:46:52 +0200
commit821746369bd0a4afc4b8ab8f5cec0ed4504dbe54 (patch)
tree5c53197888acdf9616e5762e07b8bea615751b53 /src/lib.rs
parent0f7c59e7db3553019389f9d9fe832f5200227cf9 (diff)
downloadsubplot-821746369bd0a4afc4b8ab8f5cec0ed4504dbe54.tar.gz
Refactor: rename typeset_subplot to typeset_document
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 86df6a9..118514e 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -12,7 +12,7 @@ pub use error::Error;
pub use error::Result;
mod ast;
-pub use ast::typeset_subplot;
+pub use ast::typeset_document;
mod steps;
pub use steps::{ScenarioStep, StepKind};