Skip to content

Commit ad6661a

Browse files
authored
Merge pull request #92436 from KarlErickson/patch-1
fixed typo in Java snippet
2 parents 543b3ef + 0d81f07 commit ad6661a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/functions-bindings-event-hubs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -638,7 +638,7 @@ def main(timer: func.TimerRequest) -> str:
638638
The following example shows a Java function that writes a message contianing the current time to an Event Hub.
639639

640640
```java
641-
@}FunctionName("sendTime")
641+
@FunctionName("sendTime")
642642
@EventHubOutput(name = "event", eventHubName = "samples-workitems", connection = "AzureEventHubConnection")
643643
public String sendTime(
644644
@TimerTrigger(name = "sendTimeTrigger", schedule = "0 */5 * * * *") String timerInfo) {

0 commit comments

Comments
 (0)