fix(doc): missed a rename

This commit is contained in:
Victor Westerlund 2023-01-18 15:51:45 +01:00 committed by GitHub
parent 7470acfc9b
commit 57633164ed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,7 @@ Make requests to an API built using the Reflect API framework over HTTP or UNIX
---
Make a request with `SocketClient->call()`. It will return the response as an array of length 2.
Make a request with `Client->call()`. It will return the response as an array of length 2.
- The first value is the HTTP-equivalent response code.
- The second value is the response body