Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
madmann91 committed Aug 30, 2024
1 parent d9d66ed commit 6fbf3e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _posts/2024-08-25-why-osl-is-terrible.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ To begin with, the language itself has many flaws, of which I have collected a f
int j = (int)"abcd";
```

While the latter is quite rightfully rejected, there is not much of a different between that
While the latter is quite rightfully rejected, there is not much of a difference between that
expression and the former `1 && "abcd"`.

- OSL has dedicated a `normal` type for normals, but the built-in function `calculatenormal`
Expand Down

0 comments on commit 6fbf3e0

Please sign in to comment.