Skip to content

Commit 2b0c211

Browse files
committed
Fikse mindre skrivefeil
1 parent fc2c74f commit 2b0c211

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/platform-utility/CustomMetadataDAO/classes/CustomMetadataDAO.cls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* @example
1616
* List<CustomMetadata__mdt> nameCMList = (List<CustomMetadata__mdt>) new CustomMetadataDAO()
1717
* .getCustomMetadataRecords(
18-
* 'SELECT MasterLable, CustomField__c ' +
18+
* 'SELECT MasterLabel, CustomField__c ' +
1919
* 'FROM CustomMetadata__mdt ' +
2020
* 'WHERE DeveloperName = \'Name\''
2121
* );

0 commit comments

Comments
 (0)