Skip to content

Commit

Permalink
Merge pull request #12 from luhuadong/develop
Browse files Browse the repository at this point in the history
[Typo] fix 2 typos in README.md
  • Loading branch information
EdoPro98 authored Nov 30, 2022
2 parents 01eb9a1 + 19b1785 commit 0ebaaa7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@ SiPMProperties myProperties;

// Edit some parameters
myProperties.setDcr(250e3); // Using proper setter
myProperties.setPropery("Xt",0.03); // Using parameter name
std::cout<<myPropertie<<"\n"; // All classes can be printed using std::cout
myProperties.setProperty("Xt",0.03); // Using parameter name
std::cout<<myProperties<<"\n"; // All classes can be printed using std::cout

// ===> SiPM Properties <===
// Address: 0x7f2cf11ea018
Expand Down

0 comments on commit 0ebaaa7

Please sign in to comment.