Skip to content

Commit e50d215

Browse files
committed
PM-23500 Addressed PR feedback
1 parent b312c12 commit e50d215

File tree

1 file changed

+3
-3
lines changed
  • docs/architecture/mobile-clients/ios

1 file changed

+3
-3
lines changed

docs/architecture/mobile-clients/ios/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -472,8 +472,8 @@ protocol FooProtocol { // sourcery: AutoMockable
472472
:::info Manual generation
473473

474474
There are some cases where the automatically generated mock does not cover the mock scenario we want
475-
or it cannot handle some closure types, especially in function's parameters. In such cases prefer to
476-
create the mock manually and remove the protocol's comment as `AutoMockable`.
475+
or it cannot handle some closure types, especially in function parameters. In such cases prefer to
476+
create the mock manually and remove the protocol's `AutoMockable` comment.
477477

478478
:::
479479

@@ -484,7 +484,7 @@ annotations have been added in `AutoMockable.stencil` to handle special cases.
484484

485485
- **useSelectorName**: Method annotation used to indicate that the generated mocked properties need
486486
to use the selector name instead of the short method name. This is especially useful when using
487-
function overloading where we need the mocked names to also have the parameters names to
487+
function overloading where we need the mocked names to also have the parameter names to
488488
differentiate between the different mocked functions.
489489
- **mockReceivedInvocations**: Method annotation used to indicate that we want to generate the
490490
mocked property to store an array of the received invocations of the parameters passed each time

0 commit comments

Comments
 (0)