Skip to content

Commit

Permalink
Fix value example's top level comment
Browse files Browse the repository at this point in the history
  • Loading branch information
rparrett committed May 7, 2024
1 parent 359ecda commit 4e87033
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/value.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! An example showing a very basic implementation.
//! An example showing a text input that is updated by a button.

use bevy::prelude::*;
use bevy_simple_text_input::{TextInputBundle, TextInputPlugin, TextInputSettings, TextInputValue};
Expand Down

0 comments on commit 4e87033

Please sign in to comment.