Skip to content

Commit 7289dfd

Browse files
authored
Typo
1 parent d32de22 commit 7289dfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/functions-reference-java.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ As a Java developer, if you're new to Azure Functions, please consider first rea
1717

1818
## Java function basics
1919

20-
A Java function is a `public` method, decorated with the annotation `@FunctionName`. This method defines the entry for a Java function, and must be unique in a particular package. The package can have multiple classes with multiple public methods annotated with `@FunctionName`. A single packages is deployed to a function app in Azure. When running in Azure, the function app provides the deployment, execution, and management context for your individual Java functions.
20+
A Java function is a `public` method, decorated with the annotation `@FunctionName`. This method defines the entry for a Java function, and must be unique in a particular package. The package can have multiple classes with multiple public methods annotated with `@FunctionName`. A single package is deployed to a function app in Azure. When running in Azure, the function app provides the deployment, execution, and management context for your individual Java functions.
2121

2222
## Programming model
2323

0 commit comments

Comments
 (0)