Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
net7
libsms
Commits
87992789
Commit
87992789
authored
Oct 24, 2017
by
Thomas Bailleux
Browse files
fix typo
parent
490b2c2d
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
87992789
...
...
@@ -153,7 +153,7 @@ Sms::Sms(std::string& number, std::string& content, SmsType type)
##### Méthodes
```
cpp
const
void
std
::
string
&
get_content
()
const
std
::
string
&
get_content
()
```
###### Description
Récupérer le contenu du SMS
...
...
@@ -167,7 +167,7 @@ Le contenu du SMS
--
```
cpp
const
void
std
::
string
&
get_number
()
const
std
::
string
&
get_number
()
```
###### Description
Récupérer le numéro du destinataire
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment