Skip to content

Commit

Permalink
Fix a typo in shims/README.md
Browse files Browse the repository at this point in the history
Signed-off-by: Gary Shen <[email protected]>
  • Loading branch information
Gary Shen committed Oct 25, 2021
1 parent 52267fb commit a506060
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shims/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ In the following we provide recipes for typical scenarios addressed by the Shim
It's among the easiest issues to resolve. We define a method in SparkShims
trait covering a superset of parameters from all versions and call it
```
ShimLoader.gerSparkShims.methodWithDiscrepancies(p_1, ..., p_n)
ShimLoader.getSparkShims.methodWithDiscrepancies(p_1, ..., p_n)
```
instead of referencing it directly. Shim implementations are in charge of dispatching it further
to correct version-dependent methods. Moreover, unlike in the below sections
Expand Down

0 comments on commit a506060

Please sign in to comment.