Message ID | 20230624052054.13206-5-warthog618@gmail.com |
---|---|
State | New |
Headers | show |
Series | python examples and comment corrections | expand |
diff --git a/bindings/rust/libgpiod/examples/reconfigure_input_to_output.rs b/bindings/rust/libgpiod/examples/reconfigure_input_to_output.rs index 3e2f2c7..fb5402b 100644 --- a/bindings/rust/libgpiod/examples/reconfigure_input_to_output.rs +++ b/bindings/rust/libgpiod/examples/reconfigure_input_to_output.rs @@ -1,7 +1,7 @@ // SPDX-License-Identifier: Apache-2.0 OR BSD-3-Clause // SPDX-FileCopyrightText: 2023 Kent Gibson <warthog618@gmail.com> // -// Minimal example of requesting a line intended for bi-directional use as input and then switching to output. +// Example of a bi-directional line requested as input and then switched to output. use libgpiod::line;
Make the file comment for reconfigure_input_to_output consistent with other language examples. Signed-off-by: Kent Gibson <warthog618@gmail.com> --- bindings/rust/libgpiod/examples/reconfigure_input_to_output.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)