Skip to content

Commit

Permalink
fixed comment and regen apexdoc static resources (#503)
Browse files Browse the repository at this point in the history
  • Loading branch information
pchittum authored Jan 19, 2024
1 parent eed3860 commit 2132f1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ public with sharing class SOQLRecipes {
*
* @return List<Account>
* @example
* System.debug('SOQLRecipes.getSecond10AccountRecords()');
* System.debug(SOQLRecipes.getSecond10AccountRecords());
**/
public static List<Account> getSecond10AccountRecords() {
return [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ Demonstrates how to get a limited number of results with a given offset; Ie: get

#### Example
```apex
System.debug('SOQLRecipes.getSecond10AccountRecords()');
System.debug(SOQLRecipes.getSecond10AccountRecords());
```


Expand Down

0 comments on commit 2132f1e

Please sign in to comment.