Skip to content

Commit be7372d

Browse files
authored
Fix selector doc (#1858)
1 parent af641f5 commit be7372d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zenoh/src/api/selector.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ use crate::api::{key_expr::KeyExpr, queryable::Query};
3535
/// When in string form, selectors look a lot like a URI, with similar semantics:
3636
/// - the `key_expr` before the first `?` must be a valid key expression.
3737
/// - the `parameters` after the first `?` should be encoded like the query section of a URL:
38-
/// - parameters are separated by `&`,
38+
/// - parameters are separated by `;`,
3939
/// - the parameter name and value are separated by the first `=`,
4040
/// - in the absence of `=`, the parameter value is considered to be the empty string,
4141
/// - both name and value should use percent-encoding to escape characters,

0 commit comments

Comments
 (0)