Skip to content

Commit e2f18bc

Browse files
committed
docs: improve comment
1 parent a21aaa1 commit e2f18bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • user_guide_src/source/concepts/http

user_guide_src/source/concepts/http/001.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
$request = service('request');
66

7-
// the URI being requested (i.e., /about)
7+
// the URI path being requested (i.e., /about)
88
$request->getUri()->getPath();
99

1010
// Retrieve $_GET and $_POST variables

0 commit comments

Comments
 (0)