Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
TrentHouliston committed Aug 13, 2024
1 parent 1f2f15b commit 83e61bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/extension.rst
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ Transient

.. codeblock:: c++
template <>
struct is_transient<word::IO::Event> : public std::true_type {};
struct is_transient<word::IO::Event> : std::true_type {};

When the data returned from a `get` is falsy and its type is marked transient the latest truthy data from the `get`
return is instead used. If the data is falsy and is either not marked transient or nothing truthy has yet been returned
Expand Down

0 comments on commit 83e61bd

Please sign in to comment.