Some doc improvements

This commit is contained in:
CreepySkeleton
2019-10-09 04:05:24 +03:00
parent 0b46139759
commit c2ad4fa1c4
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
# [Upcoming]
# v0.3.0 (2019-10-8)
## The crate has been completely rewritten from scratch!
+1 -1
View File
@@ -1,4 +1,4 @@
//! Facility to stack and emit multiple errors.
//! Facility for stacking and emitting multiple errors.
//!
//! [`abort!`] macro stops a proc-macro *right away*, much like in a panic-like
//! fashion. But sometimes you *do not* want to stop right there, for example you're