-
Notifications
You must be signed in to change notification settings - Fork 74
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
feat: adding since to S file #406
Conversation
So, because "since" is already included in the IBM style guide, I think that the correct resolution for number 10 is to just remove the "because" entry. @bredamc Do you agree? |
I agree with @bergerhoffer |
Yes, I agree -- I added a comment to that effect in the original issue this morning (apologies for putting my comment in the wrong place!) :) |
Ok so, I just need to remove the since entry that I created @bergerhoffer? |
@CBID2 Yep that's right! Just try to leave line 430 there (the one that says "// EAP: Added "In Red Hat JBoss Enterprise Application Platform,"). Thanks! |
Made the change @bergerhoffer! :) |
@@ -428,6 +428,8 @@ Use all lower case, unless used in a title or at the beginning of a sentence. | |||
*See also*: xref:logical-topology[logical topology], xref:physical-topology[physical topology] | |||
|
|||
// EAP: Added "In Red Hat JBoss Enterprise Application Platform," | |||
|
|||
*See also*: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove, as there's already a "see also" for this entry.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done @mportman12
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
LGTM |
lgtm. Merging |
Description of Changes
This PR turns the "because" entry into "since" and places the revised entry into the S file
Related Issue
Closes number 10 in #147