We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af641f5 commit be7372dCopy full SHA for be7372d
zenoh/src/api/selector.rs
@@ -35,7 +35,7 @@ use crate::api::{key_expr::KeyExpr, queryable::Query};
35
/// When in string form, selectors look a lot like a URI, with similar semantics:
36
/// - the `key_expr` before the first `?` must be a valid key expression.
37
/// - the `parameters` after the first `?` should be encoded like the query section of a URL:
38
-/// - parameters are separated by `&`,
+/// - parameters are separated by `;`,
39
/// - the parameter name and value are separated by the first `=`,
40
/// - in the absence of `=`, the parameter value is considered to be the empty string,
41
/// - both name and value should use percent-encoding to escape characters,
0 commit comments