Skip to content

Commit

Permalink
removes some dots (#33987)
Browse files Browse the repository at this point in the history
  • Loading branch information
praisenarsie authored and CitadelStationBot committed Jan 2, 2018
1 parent c2fb9ed commit bed61a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ As mentioned before, you are expected to follow these specifications in order to
### Object Oriented Code
As BYOND's Dream Maker (henceforth "DM") is an object-oriented language, code must be object-oriented when possible in order to be more flexible when adding content to it. If you don't know what "object-oriented" means, we highly recommend you do some light research to grasp the basics.

### All BYOND paths must contain the full path.
### All BYOND paths must contain the full path
(i.e. absolute pathing)

DM will allow you nest almost any type keyword into a block, such as:
Expand Down Expand Up @@ -105,7 +105,7 @@ The previous code made compliant:
code
```

### No overriding type safety checks.
### No overriding type safety checks
The use of the : operator to override type safety checks is not allowed. You must cast the variable to the proper type.

### Type paths must begin with a /
Expand Down

0 comments on commit bed61a6

Please sign in to comment.