Auto merge of #27961 - Manishearth:fix-rustcdatastructures-docs, r=eddyb

None
This commit is contained in:
bors 2015-08-23 13:58:54 +00:00
commit 568b13e26c

View File

@ -110,7 +110,7 @@ impl<T:Debug+PartialEq> TransitiveRelation<T> {
/// (there are corresponding tests below, btw). In each case,
/// the query is `postdom_upper_bound(a, b)`:
///
/// ```
/// ```text
/// // returns Some(x), which is also LUB
/// a -> a1 -> x
/// ^