Skip to content

Commit

Permalink
docs(content.proto): update comment to reflect correct message name f…
Browse files Browse the repository at this point in the history
…rom AnnotationAttributes to ContentAttributes

Clarifying the comment ensures that developers understand which message is being referenced for filtering. This change improves documentation accuracy and helps prevent confusion when using the ListParameters message.
  • Loading branch information
cybersiddhu committed Nov 20, 2024
1 parent 4975aef commit 4e319bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dictybase/content/content.proto
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ message ListParameters {
// by a filter expression. It uses the following syntax...
// field_name operator expression
//
// The following fields of `AnnotationAttributes` definition are allowed to
// The following fields of `ContentAttributes` definition are allowed to
// be used for filtering
// * name - page name (string).
// * slug - page slug (string).
Expand Down

0 comments on commit 4e319bf

Please sign in to comment.