Skip to content

Commit

Permalink
docs: Fix typo in javadocs
Browse files Browse the repository at this point in the history
  • Loading branch information
jrodewig committed Nov 14, 2024
1 parent 17ee17a commit 987b882
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import com.fauna.types.Module;

/**
* Exception representing a <a href="https://docs.fauna.com/fauna/current/reference/fql/types/#nulldoc"null document</a> error in Fauna.
* Exception representing a <a href="https://docs.fauna.com/fauna/current/reference/fql/types/#nulldoc">null document</a> error in Fauna.
* <p>
* This exception is thrown when a document is null in Fauna, providing details about
* the document ID, its collection, and the reason it is null.
Expand Down

0 comments on commit 987b882

Please sign in to comment.