Skip to content

Commit 5a2daa5

Browse files
authored
remove allow developers to ... in sentences
1 parent 816d598 commit 5a2daa5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Documentation/API.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -736,8 +736,8 @@ concern because of Swift's common use for mobile applications.
736736

737737
### Merging Two Messages
738738

739-
The `merge(from:fieldMask:)` function in Swift Protobuf enables developers
740-
to selectively merge fields from one message into another, guided by a `Google_Protobuf_FieldMask`.
739+
The `merge(from:fieldMask:)` function in Swift Protobuf selectively merges
740+
fields from one message into another, guided by a `Google_Protobuf_FieldMask`.
741741
This method is particularly useful when you need to update only specific
742742
fields in a message without affecting others.
743743
The `merge` function is available as a method on `Message` types and requires two parameters:
@@ -801,7 +801,7 @@ The `merge` function operates in-place, meaning it directly modifies `message1`.
801801

802802
### Trimming a Message
803803

804-
The `trim(keeping:)` function allows developers to retain only specific
804+
The `trim(keeping:)` function retains only specific
805805
fields in a protocol buffer message while clearing the rest.
806806

807807
Consider the `ExampleMessage` structure from the previous example.

0 commit comments

Comments
 (0)