diff --git a/.pages/docs/faq.html b/.pages/docs/faq.html
index 3a17871..e2a5292 100644
--- a/.pages/docs/faq.html
+++ b/.pages/docs/faq.html
@@ -177,7 +177,7 @@
How do I migrate from Guid?
// From UUID to Guid
UUID uuid = new UUID();
-Guid guid = uuid; // Implicit conversion
+Guid guid = (Guid)uuid; // Implicit conversion