Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SlabEnums typo #895

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ The slab is used to represent a roof slab (either flat or sloped).
The slab is used to represent a landing within a stair or ramp.

### BASESLAB
The slab is used to represent a floor slab against the ground (and thereby being a part of the foundation). Another name is mat foundation.
Represents a floor slab against the ground (and thereby being a part of the foundation). Another name is mat foundation.

### APPROACH_SLAB
Iis part of bridge abutment providing transition from embankment to the bridge
The part of a bridge abutment providing a transition from an embankment to a bridge

### PAVING
Rigid pavement course of a road or other paved area, usually concrete.
Expand All @@ -32,7 +32,7 @@ The slab is used to represent a wearing surface.
The slab is used to represent a sidewalk.

### TRACKSLAB
A track slab is a reinforced concrete slab or prestressed reinforced concrete slab, which is a main element of slab track. It can be prefabricated or cast on site and may have sleepers embedded.
A track slab is a reinforced concrete slab or prestressed reinforced concrete slab, which is a main element of a slab track. It can be prefabricated or cast on site and may have sleepers embedded.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
A track slab is a reinforced concrete slab or prestressed reinforced concrete slab, which is a main element of a slab track. It can be prefabricated or cast on site and may have sleepers embedded.
A reinforced concrete slab or prestressed reinforced concrete slab, which is a main element of a slab track. It can be prefabricated or cast on site and may have sleepers embedded.

^ shouldn't we remove name here as well?

Also I don't really understand this definition. "TRACKSLAB is the main element of a slab track?" Really? But I guess that's not something we can resolve now.


### USERDEFINED

Expand Down