Skip to content

Commit 4bdee96

Browse files
committed
fix(markup): examples section in mbuilder got lost
1 parent fad0a71 commit 4bdee96

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/mako/lib/mbuild.mako

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ ${m.description | rust_doc_comment}
5454
///
5555
% if part_desc:
5656
${part_desc | rust_doc_comment}
57+
///
5758
% endif
5859
/// # Example
5960
///
@@ -176,7 +177,7 @@ ${self._setter(resource, method, m, p, part_prop, ThisType, c)}\
176177
# end for each required property
177178
required_args = ', '.join(required_args)
178179
179-
random_value_warning = "Values shown here are random and not representative !"
180+
random_value_warning = "Values shown here are possibly random and not representative !"
180181
%>\
181182
<%block filter="rust_doc_test_norun">\
182183
${capture(util.test_prelude) | hide_rust_doc_test}\

0 commit comments

Comments
 (0)