Skip to content

Commit 9358dc2

Browse files
Update ballerina/natives.bal
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 1fa3434 commit 9358dc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ballerina/natives.bal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public isolated function addTag(string tagKey, string tagValue) returns error? =
5555
# Get the value of a given key of a tag.
5656
#
5757
# + tagKey - Key of the tag
58-
# + return - An error if an error occurred while attaching tag to the span
58+
# + return - The value of the tag if present; otherwise ()
5959
public isolated function getTagValue(string tagKey) returns string? = @java:Method {
6060
'class: "io.ballerina.stdlib.observe.nativeimpl.GetTagValue",
6161
name: "getTagValue"

0 commit comments

Comments
 (0)