Skip to content

Commit

Permalink
docs: use "member data" over "method"
Browse files Browse the repository at this point in the history
  • Loading branch information
alestiago committed Oct 30, 2023
1 parent 77e6029 commit f19cf35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/forge2d/lib/src/dynamics/body.dart
Original file line number Diff line number Diff line change
Expand Up @@ -611,7 +611,7 @@ class Body {
/// See also:
///
/// * [Box2D bullets documentation](https://box2d.org/documentation/md__d_1__git_hub_box2d_docs_dynamics.html)
/// * [Box2D bullet method definition](https://box2d.org/documentation/structb2_body_def.html#a7c0047c9a98a1d20614eeddcdbce7586)
/// * [Box2D bullet member data definition](https://box2d.org/documentation/structb2_body_def.html#a7c0047c9a98a1d20614eeddcdbce7586)
/// {@endtemplate}
set isBullet(bool flag) {
if (flag) {
Expand Down

0 comments on commit f19cf35

Please sign in to comment.