We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e09e11b commit 487c098Copy full SHA for 487c098
README.md
@@ -21,7 +21,7 @@ Specification for URL parser can be found from the
21
22
```cpp
23
ada::result url = ada::parse("https://www.google.com");
24
-if(result) { /* URL is valid */ }
+if(url) { /* URL is valid */ }
25
```
26
27
- Get/Update credentials
0 commit comments