cppcoro icon indicating copy to clipboard operation
cppcoro copied to clipboard

[Bug Report] Documentation Typo: "ip_service" should be "io_service"

Open yaoxinliu opened this issue 4 years ago • 0 comments

In the API summary of socket of the documentation:

static socket create_tcpv4(ip_service& ioSvc);
static socket create_tcpv6(ip_service& ioSvc);
static socket create_updv4(ip_service& ioSvc);
static socket create_udpv6(ip_service& ioSvc);

I think all of ip_service should be io_service.

yaoxinliu avatar May 08 '20 03:05 yaoxinliu