Skip to content

Commit

Permalink
Update Check.Result docs
Browse files Browse the repository at this point in the history
  • Loading branch information
pnezis committed May 11, 2024
1 parent 836362b commit 68afbf0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions workspace/lib/workspace/check/result.ex
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
defmodule Workspace.Check.Result do
@moduledoc """
A checker's result
A struct holding a check's result.
Contains info about the checked project if applicable, the checker config
Contains info about the checked project if applicable, the check's config
and the check status and metadata.
"""

Expand Down

0 comments on commit 68afbf0

Please sign in to comment.