diff --git a/GetElementById.md b/GetElementById.md index e9da0f6..a2f4110 100644 --- a/GetElementById.md +++ b/GetElementById.md @@ -1,6 +1,6 @@ ```cpp void* Crafter::CppDOM::Bindings::GetElementById(const char* id, std::size_t idLenght); -inline void* GetElementById(const std::string& id); +inline void* Crafter::CppDOM::Bindings::GetElementById(const std::string& id); ``` Accepts an id string and returns a void* to a JS object.