Skip to content

Commit 8eaf328

Browse files
committed
Small comment fixes
1 parent bef82c0 commit 8eaf328

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/src/nocodes_config.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/// Configuration for NoCodes initialization
1+
/// Configuration for No-Codes initialization
22
class NoCodesConfig {
33
final String projectKey;
44

lib/src/nocodes_config_builder.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import 'nocodes_config.dart';
22

3-
/// Builder for NoCodes configuration
3+
/// Builder for No-Codes configuration
44
class NoCodesConfigBuilder {
55
final String projectKey;
66

0 commit comments

Comments
 (0)