Skip to content

Commit 575b282

Browse files
committed
readme
1 parent 3441820 commit 575b282

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Consts framework allows keeping apex's constants in an ordered way.
66

77
```java
88
Account acc = new Account(
9-
Name = 'My Account,
9+
Name = 'My Account',
1010
Type = Consts.ACCOUNT.TYPE.PROSPECT,
1111
Rating = Consts.ACCOUNT.RATING.HOT
1212
);

0 commit comments

Comments
 (0)