rust: examples: file comment consistency
authorKent Gibson <warthog618@gmail.com>
Sat, 24 Jun 2023 05:20:54 +0000 (13:20 +0800)
committerBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Mon, 26 Jun 2023 08:06:48 +0000 (10:06 +0200)
Make the file comment for reconfigure_input_to_output consistent with
other language examples.

Signed-off-by: Kent Gibson <warthog618@gmail.com>
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
bindings/rust/libgpiod/examples/reconfigure_input_to_output.rs

index 3e2f2c7ad36f5f3b1be7f7c964374a59756763be..fb5402bf88bf56c28f1c43f0e54ced22ed64f39e 100644 (file)
@@ -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;