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 fc2c74f commit 2b0c211Copy full SHA for 2b0c211
src/platform-utility/CustomMetadataDAO/classes/CustomMetadataDAO.cls
@@ -15,7 +15,7 @@
15
* @example
16
* List<CustomMetadata__mdt> nameCMList = (List<CustomMetadata__mdt>) new CustomMetadataDAO()
17
* .getCustomMetadataRecords(
18
- * 'SELECT MasterLable, CustomField__c ' +
+ * 'SELECT MasterLabel, CustomField__c ' +
19
* 'FROM CustomMetadata__mdt ' +
20
* 'WHERE DeveloperName = \'Name\''
21
* );
0 commit comments