Coding Guidelines inconsistencies (#8481)

This commit is contained in:
Whigital 2021-10-05 19:20:52 +02:00 committed by GitHub
parent cb07e2ceba
commit 6b05da7632
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -719,7 +719,7 @@ _a pushBack _value;
Also good: Also good:
```js ```js
_a append [1,2,3]; _a append [1, 2, 3];
``` ```
Bad: Bad: