Replace `` with

This commit is contained in:
2020-12-07 23:39:53 +01:00
parent e87378c335
commit 90652210c6
+1 -1
View File
@@ -52,7 +52,7 @@ Here's an example of a query to check login credentials:
FROM `users` SELECT * WHERE `username`='' AND `password`=''
```
_Note: the backticks (`\``) mean the content of it is a column in the database._
_Note: the backticks (\`) mean the content of it is a column in the database._
The username and password values are inserted in this query and if there is a result, the database will return it.