Skip to content

Commit adc6bab

Browse files
committed
Not only mutation methods cause a lot of work to be done.
1 parent 913b388 commit adc6bab

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,10 @@ class. It is a facade to the primitive FIG Cookies classes. Its job is to
8888
make common tasks easier and less verbose.
8989

9090
There is overhead on creating `Cookies` and `SetCookies` and rebuilding
91-
requests and responses. Each of the `FigCookies` methods that cause mutations
92-
will go through this process so be wary of using too many of these calls in
93-
the same section of code. In some cases it may be better to work with the
94-
primitive FIG Cookies classes directly rather than using the facade.
91+
requests and responses. Each of the `FigCookies` methods will go through this
92+
process so be wary of using too many of these calls in the same section of
93+
code. In some cases it may be better to work with the primitive FIG Cookies
94+
classes directly rather than using the facade.
9595

9696

9797
### Request Cookies

0 commit comments

Comments
 (0)