File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -200,7 +200,7 @@ module XML
200
200
# === Namespace inheritance
201
201
#
202
202
# In the Builder context, children will inherit their parent's namespace. This is the same
203
- # behavior as if the underlying { XML::Document} set +namespace_inheritance+ to +true+:
203
+ # behavior as if the underlying XML::Document set +namespace_inheritance+ to +true+:
204
204
#
205
205
# result = Nokogiri::XML::Builder.new do |xml|
206
206
# xml["soapenv"].Envelope("xmlns:soapenv" => "http://schemas.xmlsoap.org/soap/envelope/") do
@@ -229,7 +229,7 @@ module XML
229
229
# # <soapenv:Body/>
230
230
# # </soapenv:Envelope>
231
231
#
232
- # For more information on namespace inheritance, please see { XML::Document#namespace_inheritance}
232
+ # For more information on namespace inheritance, please see XML::Document#namespace_inheritance
233
233
#
234
234
#
235
235
# == Document Types
You can’t perform that action at this time.
0 commit comments