diff options
author | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2025-06-26 12:33:16 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2025-06-26 12:55:33 +0200 |
commit | b590ae80ab6c2fc1e01f1baa9f48d6da0c7d0a70 (patch) | |
tree | 37fc5cb0fdcd6ff28082b2126ba024f09174851b | |
parent | c55a81b17ddd3e213915ce1a4e52f42115620e7e (diff) | |
download | rules-rust-b590ae80ab6c2fc1e01f1baa9f48d6da0c7d0a70.tar.gz |
EXPRESSIONS: Fix dosctring typos
-rw-r--r-- | rules/EXPRESSIONS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/EXPRESSIONS b/rules/EXPRESSIONS index 101af7b..b200776 100644 --- a/rules/EXPRESSIONS +++ b/rules/EXPRESSIONS @@ -123,7 +123,7 @@ } , "get_unique_artifact": { "doc": - [ "Retrive the unique artifact. Asserts double checks that the" + [ "Retrieve the unique artifact. Asserts double-check that the" , "\"field_content\" evaluates to a single artifact." ] , "vars": ["field_name", "field_content", "transition"] |