Skip to content

Commit

Permalink
docs: use property instead of param for ServiceEndpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
cpatsonakis committed Sep 17, 2024
1 parent 90ae896 commit 3759bb3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ object ServiceEndpointBaseSerializer : JsonContentPolymorphicSerializer<ServiceE

/**
* Service endpoint represented as a single URL.
* @param url The URL of the service endpoint (cannot be empty)
* @property url The URL of the service endpoint (cannot be empty)
*/
@OptIn(ExperimentalJsExport::class)
@JsExport
Expand All @@ -55,7 +55,7 @@ object ServiceEndpointURLSerializer : KSerializer<ServiceEndpointURL> {

/**
* Service endpoint represented as a single URL.
* @param jsonObject User-defined JSON object representing a service endpoint
* @property jsonObject User-defined JSON object representing a service endpoint
*/
@OptIn(ExperimentalJsExport::class)
@JsExport
Expand Down

0 comments on commit 3759bb3

Please sign in to comment.