Skip to content

Commit 8c07a09

Browse files
committed
fix to_int() bug and change license details
1 parent 0a31619 commit 8c07a09

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2022 Dominykas M.
3+
Copyright (c) 2023 PPMS Team & contributors
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

snippets/json.code-snippets

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* PewPew snippets. Copyright (c) 2022 Tasty Kiwi (Dominykas M.).
2+
* PewPew snippets. Copyright (c) Copyright (c) 2023 PPMS Team & contributors.
33
* This project is licensed under MIT license.
44
*/
55

snippets/lua.code-snippets

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* PewPew snippets. Copyright (c) 2022 Tasty Kiwi (Dominykas M.).
2+
* PewPew snippets. Copyright (c) Copyright (c) 2023 PPMS Team & contributors.
33
* This project is licensed under MIT license.
44
*/
55

@@ -388,7 +388,7 @@
388388
},
389389
"to_int": {
390390
"prefix": "fmath.to_int",
391-
"body": "fmath.to_int(${1:min}, ${2:max})",
391+
"body": "fmath.to_int(${1:value})",
392392
"description": "Returns the integral part of the specified value."
393393
},
394394
"abs_fixedpoint": {

0 commit comments

Comments
 (0)