From cab7505f1e584410c85dff318911900517aadfcf Mon Sep 17 00:00:00 2001 From: ctmcdo <24464477+ctmcdo@users.noreply.github.com> Date: Mon, 12 Sep 2022 15:57:57 +0100 Subject: [PATCH] Fix typo Fix typo --- rpc/gnmi/gnmi-path-conventions.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rpc/gnmi/gnmi-path-conventions.md b/rpc/gnmi/gnmi-path-conventions.md index 0b92293..c924391 100644 --- a/rpc/gnmi/gnmi-path-conventions.md +++ b/rpc/gnmi/gnmi-path-conventions.md @@ -237,7 +237,7 @@ gNMI paths are encoded as an ordered list (slice, array, etc.) of `gnmi.PathElem * Wildcards should not appear in paths returned by a device in telemetry notifications. -* A single path element, including keyed fields, maybe be replaced by +* A single path element, including keyed fields, may be replaced by `...` to select all matching descendents. This is semantically equivalent to the empty element notation, `//`, in XPATH. @@ -281,4 +281,4 @@ gNMI paths are encoded as an ordered list (slice, array, etc.) of `gnmi.PathElem * Paul Borman, Josh George, Kevin Grant, Chuan Han, Marcus Hines, Carl Lebsack, Anees Shaikh, Rob Shakir, Manish Verma (Google, Inc.) * Aaron Beitch (Arista) * Arun Satyanarayana (Cisco Systems) - * Jason Sterne (Nokia) \ No newline at end of file + * Jason Sterne (Nokia)