diff options
Diffstat (limited to 'src/client.rs')
-rw-r--r-- | src/client.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/client.rs b/src/client.rs index 6f97e55..48b868e 100644 --- a/src/client.rs +++ b/src/client.rs @@ -72,7 +72,8 @@ impl ConnectionConfiguration { /// # Examples /// /// ``` - /// let config = ClientConfigurationData::new( + /// use bevy_quinnet::client::ConnectionConfiguration; + /// let config = ConnectionConfiguration::new( /// "127.0.0.1".to_string(), /// 6000, /// "0.0.0.0".to_string(), |