Skip to content

Commit 845a123

Browse files
committed
add back-tick-quote for code noun
1 parent 2321d64 commit 845a123

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/programming-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1099,7 +1099,7 @@ for details.
10991099
</tr>
11001100
</table>
11011101

1102-
The Spark RDD API also exposes asynchronous versions of some actions, like foreachAsync for foreach, which immediately return a FutureAction to the caller instead of blocking on completion of the action. This can be used to manage or wait for the asynchronous execution of the action.
1102+
The Spark RDD API also exposes asynchronous versions of some actions, like `foreachAsync` for `foreach`, which immediately return a `FutureAction` to the caller instead of blocking on completion of the action. This can be used to manage or wait for the asynchronous execution of the action.
11031103

11041104

11051105
### Shuffle operations

0 commit comments

Comments
 (0)