Skip to content

Commit

Permalink
Update faq.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Taiizor committed Dec 18, 2024
1 parent 2809d56 commit b4420df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pages/docs/faq.html
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ <h3><i class="fas fa-question-circle"></i> How do I migrate from Guid?</h3>

// From UUID to Guid
UUID uuid = new UUID();
Guid guid = uuid; // Implicit conversion</code></pre>
Guid guid = (Guid)uuid; // Implicit conversion</code></pre>
</div>
</div>
</section>
Expand Down

0 comments on commit b4420df

Please sign in to comment.