Skip to content

Commit 71e2a0a

Browse files
Update README.md
1 parent f187f96 commit 71e2a0a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,7 @@
3232
### Attention!!! When you receive this values from Lightning Components in Apex methods, you should always transform received values into Integer even you received an integer values.
3333
Like this:
3434

35-
Integer limitValue = Integer.valueOf(variable1)
36-
Integer offsetValue = Integer.valueOf(variable2)
35+
```
36+
Integer limitValue = Integer.valueOf(variable1);
37+
Integer offsetValue = Integer.valueOf(variable2);
38+
```

0 commit comments

Comments
 (0)