Apply lanodan’s suggestion to 1 file

This commit is contained in:
Haelwenn 2024-01-19 21:28:15 +00:00 committed by marcin mikołajczak
parent fa02a1e634
commit a5f64ffd0c
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ defmodule Pleroma.Web.ApiSpec.Schemas.Poll do
pleroma: %Schema{
type: :object,
properties: %{
non_anonymous: %Schema{type: :boolean, description: "Is the voters collection public?"}
non_anonymous: %Schema{type: :boolean, description: "Can voters be publicly identified?"}
}
}
},