doc/Reference.md in ruby-dbus-0.18.0.beta1 vs doc/Reference.md in ruby-dbus-0.18.0.beta2

- old
+ new

@@ -169,10 +169,10 @@ ##### Variants If the signature expects a Variant (which is the case for all Properties!) then an explicit mechanism is needed. -1. A pair [{DBus::Type::Type}, value] specifies to marshall *value* as +1. A pair [{DBus::Type}, value] specifies to marshall *value* as that specified type. The pair can be produced by {DBus.variant}(signature, value) which gives the same result as [{DBus.type}(signature), value]. ISSUE: using something else than cryptic signatures is even more painful