1
0
mirror of https://github.com/php/doc-en.git synced 2026-03-23 23:32:18 +01:00

Typo in mysql_xdevapi examples (GH-3662)

The extension name is mysql_xdevapi
This commit is contained in:
Leonardo Lara Rodrigues
2024-08-19 06:22:08 -03:00
committed by GitHub
parent 9a15741262
commit 8deee9585d

View File

@@ -6,7 +6,7 @@
<para>
The central entry point to the X DevAPI is the <function>mysql_xdevapi\getSession</function>
function, which receives a URI to a MySQL 8.0 Server and returns a
<classname>mysql_xdevap\Session</classname> object.
<classname>mysql_xdevapi\Session</classname> object.
</para>
<example>
<title>Connecting to a MySQL Server</title>