Skip to content

Commit

Permalink
Fixed Typo (apache#2859)
Browse files Browse the repository at this point in the history
  • Loading branch information
skyrocknroll authored and merlimat committed Oct 27, 2018
1 parent c518247 commit 91dc135
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site2/docs/functions-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ The benefit of native functions is that they don't have any dependencies beyond
## The Pulsar Functions SDK
If you'd like a Pulsar Function to have access to a [context object](#function-context), you can use the **Pulsar Functions SDK**, available for both [Java](functions-api.md#functions-for-java) and [Pythnon](functions-api.md#functions-for-python).
If you'd like a Pulsar Function to have access to a [context object](#function-context), you can use the **Pulsar Functions SDK**, available for both [Java](functions-api.md#functions-for-java) and [Python](functions-api.md#functions-for-python).
### Java
Expand Down

0 comments on commit 91dc135

Please sign in to comment.