Skip to content

Commit a4544bf

Browse files
[Lambda]: Fix comment
1 parent 275383b commit a4544bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws/logs_monitoring/lambda_function.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def get_bool_env_var(envvar, default):
6565

6666
## @param DD_USE_TCP - boolean - optional -default: false
6767
## Change this value to `true` to send your logs and metrics using the HTTP network client
68-
## By default, it use the TCP client.
68+
## By default, it uses the HTTP client.
6969
#
7070
DD_USE_TCP = get_bool_env_var("DD_USE_TCP", "false")
7171

0 commit comments

Comments
 (0)