]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
BasicDoclet: Fix exception headline
authorFlorian Brosch <flo.brosch@gmail.com>
Sun, 1 Nov 2009 00:46:27 +0000 (01:46 +0100)
committerFlorian Brosch <flo.brosch@gmail.com>
Sun, 1 Nov 2009 00:46:27 +0000 (01:46 +0100)
src/libvaladoc/html/htmlrenderer.vala

index 25eb1ee44f8f0bc73011f1477871bea4ef316e6e..306b9338b407a82e4778ec36206547c197dae572 100755 (executable)
@@ -145,7 +145,7 @@ public class Valadoc.Html.HtmlRenderer : ContentRenderer {
                taglets = element.find_taglets ((Api.Node) _container, typeof (Taglets.Throws));
                write_taglets (
                        () => {
-                               writer.start_tag ("h2", {"class", "main_title"}).text ("Returns:").end_tag ("h2");
+                               writer.start_tag ("h2", {"class", "main_title"}).text ("Exceptions:").end_tag ("h2");
                                writer.start_tag ("table", {"class", "main_parameter_table"});
                        },
                        () => {