diff --git a/src/mako/api/lib/lib.mako b/src/mako/api/lib/lib.mako index f82255d936..737a43ddde 100644 --- a/src/mako/api/lib/lib.mako +++ b/src/mako/api/lib/lib.mako @@ -227,7 +227,7 @@ These will always take a single argument, for which the following statements are * [PODs][wiki-pod] are handed by copy * strings are passed as `&str` -* ${link('request values', request_trait_url)} are borrowed +* ${link('request values', request_trait_url)} are moved Arguments will always be copied or cloned into the builder, to make them independent of their original life times.