minor fixes

gui-branch
an 2019-04-10 04:36:19 -04:00
parent 89d0274c80
commit 4447897302
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ description = "Marathon editing tools."
homepage = "https://greyserv.net/maraiah/"
repository = "http://git.greyserv.net/marrub/Maraiah"
readme = "README.md"
license = "MIT"
license = "CC0-1.0"
edition = "2018"
publish = false

View File

@ -1,4 +1,4 @@
//! `EndPoint` type.
//! `Endpoint` type.
use super::pnts;
use crate::durandal::{err::*, fixed::Unit};