From fad280060ec5e7db20cc87c7608b8b7ba28528d3 Mon Sep 17 00:00:00 2001 From: Ferdinand Majerech Date: Fri, 1 Aug 2014 23:01:34 +0200 Subject: [PATCH] Better Constructor docs. --- source/dyaml/constructor.d | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/dyaml/constructor.d b/source/dyaml/constructor.d index 0d0c02b..8af8343 100644 --- a/source/dyaml/constructor.d +++ b/source/dyaml/constructor.d @@ -5,9 +5,9 @@ // http://www.boost.org/LICENSE_1_0.txt) /** - * Implements a class that processes YAML mappings, sequences and scalars into - * nodes. This can be used to implement custom data types. A tutorial can be - * found $(LINK2 ../tutorials/custom_types.html, here). + * Class that processes YAML mappings, sequences and scalars into nodes. This can be + * used to add custom data types. A tutorial can be found + * $(LINK2 ../tutorials/custom_types.html, here). */ module dyaml.constructor;