Skip to content

Commit

Permalink
Fix formatting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
SachinAkash01 authored Dec 17, 2024
1 parent a9eb59b commit aaf71c5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/proposals/introducing_relaxed_data_binding.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ The approach involves adding a new field, `laxDataBinding`, to the `CommonClient

```ballerina
public type CommonClientConfiguration record {|
boolean laxDataBinding = false;
// Other fields
boolean laxDataBinding = false;
// Other fields
|};
```

Expand All @@ -92,7 +92,7 @@ We can configure the relaxed data binding in the service level by improving the

```ballerina
public type HttpServiceConfig record {|
boolean laxDataBinding = false;
// Other fields
boolean laxDataBinding = false;
// Other fields
|};
```

0 comments on commit aaf71c5

Please sign in to comment.