diff --git a/doc/docs.md b/doc/docs.md index c89ab330e5..aecf54f67f 100644 --- a/doc/docs.md +++ b/doc/docs.md @@ -1092,7 +1092,7 @@ s := match number { } ``` -A match expression returns the final expression from each branch. +A match expression returns the value of the final expression from the matching branch. ```v enum Color {