We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3441820 commit 575b282Copy full SHA for 575b282
README.md
@@ -6,7 +6,7 @@ Consts framework allows keeping apex's constants in an ordered way.
6
7
```java
8
Account acc = new Account(
9
- Name = 'My Account,
+ Name = 'My Account',
10
Type = Consts.ACCOUNT.TYPE.PROSPECT,
11
Rating = Consts.ACCOUNT.RATING.HOT
12
);
0 commit comments