You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Audit for the word "content" incorrectly used to refer to body in public API (#256)
### Motivation
Fixes#14.
### Modifications
Only found one incorrect use of the term "content" that refers to the
body, and fixed it. Found no occurrences in the public API.
### Result
No more terminology confusion between "content" and "body".
### Test Plan
N/A, no behavior change, just renaming variables.
0 commit comments