-
Notifications
You must be signed in to change notification settings - Fork 933
Bad wording and example fixes in cache documentation. #1424
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
Conversation
@@ -209,7 +209,7 @@ | |||
<section id="NHibernate.Caches.SysCache"> | |||
<title>SysCache Configuration</title> | |||
<para> | |||
As SysCache relies on <classname>System.Web.Caching.Cache</classname> for the underlying implementation. | |||
SysCache relies on <classname>System.Web.Caching.Cache</classname> for the underlying implementation. | |||
Following NHibernate configuration settings are available: |
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.
The following
<para> | ||
As runtime memory relies on <classname>System.Runtime.Caching.MemoryCache</classname> for the | ||
RtMemoryCache relies on <classname>System.Runtime.Caching.MemoryCache</classname> for the | ||
underlying implementation. | ||
Following NHibernate configuration settings are available: |
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.
The following
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.
I frequently read articles where I find similar article omissions. Maybe I am missing the rule allowing their omission, or maybe that is an american thing (I am reading mainly an american paper, IEEE Spectrum). I would be glad if you can tell me more about that.
(It is not a thing from my native language, in French articles can not be omitted that way.)
c0fd9e8
to
aa5c8ff
Compare
aa5c8ff
to
d24d22a
Compare
Changed. |
Thanks Gunnar, |
Ah, sorry, I didn't know that was an option. Rebasing is definitely a better option. Will keep it in mind, thanks! |
I am just following Alexander's recommendations he told me on a previous PR: #582 (comment) |
Sounds reasonable |
No description provided.