From 46ecbe0f1588ad505ffdbc5441fc8d9b6300049b Mon Sep 17 00:00:00 2001 From: Kent Gibson Date: Sat, 24 Jun 2023 13:20:54 +0800 Subject: [PATCH] rust: examples: file comment consistency Make the file comment for reconfigure_input_to_output consistent with other language examples. Signed-off-by: Kent Gibson Signed-off-by: Bartosz Golaszewski --- bindings/rust/libgpiod/examples/reconfigure_input_to_output.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 // -// 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; -- 2.30.2